Browse Source

reset transition failsafe state after switching out of failed transition mode

sbg
Andreas Antener 9 years ago
parent
commit
a8e3194dfa
  1. 1
      src/modules/vtol_att_control/vtol_att_control_main.cpp

1
src/modules/vtol_att_control/vtol_att_control_main.cpp

@ -441,6 +441,7 @@ VtolAttitudeControl::is_fixed_wing_requested()
} else { } else {
// the state changed to mc mode, reset the abort request // the state changed to mc mode, reset the abort request
_abort_front_transition = false; _abort_front_transition = false;
_vtol_vehicle_status.vtol_transition_failsafe = false;
} }
} }

Loading…
Cancel
Save