mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Tracker: move try_send_message of RAW_IMU up to GCS_MAVLINK
This commit is contained in:
parent
a37c8eae1f
commit
92b7d7079e
@ -196,11 +196,6 @@ bool GCS_MAVLINK_Tracker::try_send_message(enum ap_message id)
|
|||||||
send_servo_output_raw(false);
|
send_servo_output_raw(false);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MSG_RAW_IMU1:
|
|
||||||
CHECK_PAYLOAD_SIZE(RAW_IMU);
|
|
||||||
send_raw_imu(tracker.ins, tracker.compass);
|
|
||||||
break;
|
|
||||||
|
|
||||||
case MSG_RAW_IMU2:
|
case MSG_RAW_IMU2:
|
||||||
CHECK_PAYLOAD_SIZE(SCALED_PRESSURE);
|
CHECK_PAYLOAD_SIZE(SCALED_PRESSURE);
|
||||||
send_scaled_pressure();
|
send_scaled_pressure();
|
||||||
|
Loading…
Reference in New Issue
Block a user