mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 18:38:28 -04:00
Rover: move sending of camera_feedback up
This commit is contained in:
parent
d1a9128118
commit
341a9ae032
@ -407,13 +407,6 @@ bool GCS_MAVLINK_Rover::try_send_message(enum ap_message id)
|
||||
send_battery2(rover.battery);
|
||||
break;
|
||||
|
||||
case MSG_CAMERA_FEEDBACK:
|
||||
#if CAMERA == ENABLED
|
||||
CHECK_PAYLOAD_SIZE(CAMERA_FEEDBACK);
|
||||
rover.camera.send_feedback(chan);
|
||||
#endif
|
||||
break;
|
||||
|
||||
case MSG_EKF_STATUS_REPORT:
|
||||
#if AP_AHRS_NAVEKF_AVAILABLE
|
||||
CHECK_PAYLOAD_SIZE(EKF_STATUS_REPORT);
|
||||
|
Loading…
Reference in New Issue
Block a user