mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
VTOL Tailsitter: treat back transition abort like a front transition
for throttle blending. Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
@@ -121,6 +121,7 @@ void Tailsitter::update_vtol_state()
|
||||
case vtol_mode::TRANSITION_BACK:
|
||||
// failsafe into fixed wing mode
|
||||
_vtol_mode = vtol_mode::FW_MODE;
|
||||
_trans_finished_ts = hrt_absolute_time();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user