mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AntennaTracker: remove COMPASS_CAL messages from streamrates if tumble cal disabled
fatal error in SITL if we try to send messages with these disabled
This commit is contained in:
parent
fa6ec69bf1
commit
c22f60a8eb
@ -302,8 +302,10 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
||||
MSG_SIMSTATE,
|
||||
MSG_SYSTEM_TIME,
|
||||
MSG_AHRS2,
|
||||
#if COMPASS_CAL_ENABLED
|
||||
MSG_MAG_CAL_REPORT,
|
||||
MSG_MAG_CAL_PROGRESS,
|
||||
#endif
|
||||
MSG_EKF_STATUS_REPORT,
|
||||
};
|
||||
static const ap_message STREAM_PARAMS_msgs[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user