Skip to content
Snippets Groups Projects
Commit a79c6be3 authored by Roman's avatar Roman Committed by Lorenz Meier
Browse files

tailsitter: go into mc mode it transition switch not assigned

parent 2be8d1a5
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ void Tailsitter::update_vtol_state()
* For the backtransition the pitch is controlled in MC mode again and switches to full MC control reaching the sufficient pitch angle.
*/
if (_manual_control_sp->aux1 < 0.0f) {
if (!_attc->is_fixed_wing_requested()) {
switch (_vtol_schedule.flight_mode) { // user switchig to MC mode
......
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