Skip to content
Snippets Groups Projects
Commit a8e3194d authored by Andreas Antener's avatar Andreas Antener
Browse files

reset transition failsafe state after switching out of failed transition mode

parent 5b8b4454
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment