Skip to content

Commit

Permalink
AP_SITL: update MAVLink message
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Jan 11, 2024
1 parent 839e8ba commit 4ed93e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libraries/SITL/SITL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,9 @@ void SITL::sim_state_send(mavlink_channel_t chan) const
0.0,
state.speedN,
state.speedE,
state.speedD);
state.speedD,
0,
0);
}

/* report SITL state to AP_Logger */
Expand Down

0 comments on commit 4ed93e3

Please sign in to comment.