Skip to content

Commit

Permalink
standard: fixed pusher assist in hover
Browse files Browse the repository at this point in the history
- in hover mode the pusher assist is already set in update_mc_state()

Signed-off-by: RomanBapst <bapstroman@gmail.com>
  • Loading branch information
RomanBapst authored and dagar committed Sep 15, 2022
1 parent 417c973 commit 79367ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/vtol_att_control/standard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ void Standard::update_vtol_state()
// in mc mode
_vtol_schedule.flight_mode = vtol_mode::MC_MODE;
mc_weight = 1.0f;
_pusher_throttle = 0.0f;
_reverse_output = 0.0f;

} else if (_vtol_schedule.flight_mode == vtol_mode::FW_MODE) {
Expand Down

0 comments on commit 79367ed

Please # to comment.