mirror of https://github.com/ArduPilot/ardupilot
Rover: stop streaming trying SIM_STATE messages outside sim
This commit is contained in:
parent
a13353f740
commit
fc834caf38
|
@ -556,7 +556,9 @@ static const ap_message STREAM_RC_CHANNELS_msgs[] = {
|
|||
};
|
||||
static const ap_message STREAM_EXTRA1_msgs[] = {
|
||||
MSG_ATTITUDE,
|
||||
#if AP_SIM_ENABLED
|
||||
MSG_SIMSTATE,
|
||||
#endif
|
||||
MSG_AHRS2,
|
||||
MSG_PID_TUNING,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue