mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
standard: fixed pusher assist in hover
- in hover mode the pusher assist is already set in update_mc_state() Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
parent
417c973cc9
commit
79367ed417
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user