mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Tracker: split SIMSTATE, AHRS2 and AHRS3 onto their own ap_message ids
This commit is contained in:
parent
1ee8cfad6f
commit
1e90d90465
@ -269,7 +269,9 @@ static const ap_message STREAM_EXTRA1_msgs[] = {
|
||||
static const ap_message STREAM_EXTRA3_msgs[] = {
|
||||
MSG_AHRS,
|
||||
MSG_HWSTATUS,
|
||||
MSG_SIMSTATE, // SIMSTATE, AHRS2
|
||||
MSG_SIMSTATE,
|
||||
MSG_AHRS2,
|
||||
MSG_AHRS3,
|
||||
MSG_MAG_CAL_REPORT,
|
||||
MSG_MAG_CAL_PROGRESS,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user