mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
Sub: move try_send_message of RAW_IMU up to GCS_MAVLINK
This commit is contained in:
parent
e6411c6804
commit
5736aa6ef3
@ -519,11 +519,6 @@ bool GCS_MAVLINK_Sub::try_send_message(enum ap_message id)
|
|||||||
sub.send_vfr_hud(chan);
|
sub.send_vfr_hud(chan);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MSG_RAW_IMU1:
|
|
||||||
CHECK_PAYLOAD_SIZE(RAW_IMU);
|
|
||||||
send_raw_imu(sub.ins, sub.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