diff --git a/src/modules/vtol_att_control/vtol_att_control_main.cpp b/src/modules/vtol_att_control/vtol_att_control_main.cpp index 302850778a..22fd7ca07c 100644 --- a/src/modules/vtol_att_control/vtol_att_control_main.cpp +++ b/src/modules/vtol_att_control/vtol_att_control_main.cpp @@ -441,6 +441,7 @@ VtolAttitudeControl::is_fixed_wing_requested() } else { // the state changed to mc mode, reset the abort request _abort_front_transition = false; + _vtol_vehicle_status.vtol_transition_failsafe = false; } }