forked from Archive/PX4-Autopilot
VTOL vehicle status: Adjust defines to match VTOL controller enum
This commit is contained in:
parent
8165ef7d95
commit
0ae85e8a17
|
@ -4,6 +4,7 @@ uint8 VEHICLE_VTOL_STATE_TRANSITION_TO_FW = 1
|
|||
uint8 VEHICLE_VTOL_STATE_TRANSITION_TO_MC = 2
|
||||
uint8 VEHICLE_VTOL_STATE_MC = 3
|
||||
uint8 VEHICLE_VTOL_STATE_FW = 4
|
||||
uint8 VEHICLE_VTOL_STATE_EXTERNAL = 5
|
||||
|
||||
bool vtol_in_rw_mode # true: vtol vehicle is in rotating wing mode
|
||||
bool vtol_in_trans_mode
|
||||
|
|
Loading…
Reference in New Issue