mirror of https://github.com/ArduPilot/ardupilot
Plane: split SIMSTATE, AHRS2 and AHRS3 onto their own ap_message ids
This commit is contained in:
parent
8626c9573a
commit
d133f998c5
|
@ -636,7 +636,9 @@ static const ap_message STREAM_RC_CHANNELS_msgs[] = {
|
|||
};
|
||||
static const ap_message STREAM_EXTRA1_msgs[] = {
|
||||
MSG_ATTITUDE,
|
||||
MSG_SIMSTATE, // SIMSTATE, AHRS2
|
||||
MSG_SIMSTATE,
|
||||
MSG_AHRS2,
|
||||
MSG_AHRS3,
|
||||
MSG_RPM,
|
||||
MSG_AOA_SSA,
|
||||
MSG_PID_TUNING,
|
||||
|
|
Loading…
Reference in New Issue