mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Rover: 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
60ce931ce2
commit
b7e4e9747a
@ -564,8 +564,10 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
||||
MSG_BATTERY_STATUS,
|
||||
MSG_GIMBAL_DEVICE_ATTITUDE_STATUS,
|
||||
MSG_OPTICAL_FLOW,
|
||||
#if COMPASS_CAL_ENABLED
|
||||
MSG_MAG_CAL_REPORT,
|
||||
MSG_MAG_CAL_PROGRESS,
|
||||
#endif
|
||||
MSG_EKF_STATUS_REPORT,
|
||||
MSG_VIBRATION,
|
||||
#if AP_RPM_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user