mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 23:43:58 -04:00
Plane: split MSG_RAW_IMU1 into per-IMU ap_messages
This commit is contained in:
parent
ff89000e96
commit
18d4df8d4f
@ -605,7 +605,9 @@ const AP_Param::GroupInfo GCS_MAVLINK::var_info[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const ap_message STREAM_RAW_SENSORS_msgs[] = {
|
static const ap_message STREAM_RAW_SENSORS_msgs[] = {
|
||||||
MSG_RAW_IMU1, // RAW_IMU, SCALED_IMU2, SCALED_IMU3
|
MSG_RAW_IMU,
|
||||||
|
MSG_SCALED_IMU2,
|
||||||
|
MSG_SCALED_IMU3,
|
||||||
MSG_SCALED_PRESSURE, // SCALED_PRESSURE, SCALED_PRESSURE2, SCALED_PRESSURE3
|
MSG_SCALED_PRESSURE, // SCALED_PRESSURE, SCALED_PRESSURE2, SCALED_PRESSURE3
|
||||||
MSG_SENSOR_OFFSETS
|
MSG_SENSOR_OFFSETS
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user