mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 22:24:47 +08:00
Remove explicit pusher throttle setting
This commit is contained in:
@@ -404,7 +404,6 @@ void Standard::update_mc_state()
|
||||
// Do not engage pusher assist during a failsafe event
|
||||
// There could be a problem with the fixed wing drive
|
||||
if (_attc->get_vtol_vehicle_status()->vtol_transition_failsafe) {
|
||||
_pusher_throttle = 0.0f;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user