Skip to content

Commit

Permalink
Rover: stop streaming trying SIM_STATE messages outside sim
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and tridge committed Nov 20, 2023
1 parent a13353f commit fc834ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rover/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit fc834ca

Please sign in to comment.