Browse Source

Rover: split SIMSTATE, AHRS2 and AHRS3 onto their own ap_message ids

mission-4.1.18
Peter Barker 6 years ago committed by Peter Barker
parent
commit
1ee8cfad6f
  1. 4
      APMrover2/GCS_Mavlink.cpp

4
APMrover2/GCS_Mavlink.cpp

@ -494,7 +494,9 @@ static const ap_message STREAM_RC_CHANNELS_msgs[] = { @@ -494,7 +494,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_PID_TUNING,
};
static const ap_message STREAM_EXTRA2_msgs[] = {

Loading…
Cancel
Save