mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fix VTOL status in forward transition for tiltrotor models
This commit is contained in:
parent
95f899fee7
commit
392391e8df
@ -244,7 +244,7 @@ void Tiltrotor::update_vtol_state()
|
||||
|
||||
case TRANSITION_FRONT_P1:
|
||||
case TRANSITION_FRONT_P2:
|
||||
_vtol_mode = TRANSITION_TO_MC;
|
||||
_vtol_mode = TRANSITION_TO_FW;
|
||||
break;
|
||||
|
||||
case TRANSITION_BACK:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user