mirror of https://github.com/ArduPilot/ardupilot
Rover: replace send-mount-status with send-gimbal-device-attitude-status
This commit is contained in:
parent
9d7f09f840
commit
99858e021d
|
@ -560,7 +560,7 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
||||||
MSG_SYSTEM_TIME,
|
MSG_SYSTEM_TIME,
|
||||||
MSG_BATTERY2,
|
MSG_BATTERY2,
|
||||||
MSG_BATTERY_STATUS,
|
MSG_BATTERY_STATUS,
|
||||||
MSG_MOUNT_STATUS,
|
MSG_GIMBAL_DEVICE_ATTITUDE_STATUS,
|
||||||
MSG_MAG_CAL_REPORT,
|
MSG_MAG_CAL_REPORT,
|
||||||
MSG_MAG_CAL_PROGRESS,
|
MSG_MAG_CAL_PROGRESS,
|
||||||
MSG_EKF_STATUS_REPORT,
|
MSG_EKF_STATUS_REPORT,
|
||||||
|
|
Loading…
Reference in New Issue