px4-firmware/msg/vtol_vehicle_status.msg

14 lines
558 B
Plaintext
Raw Normal View History

# VEHICLE_VTOL_STATE, should match 1:1 MAVLinks's MAV_VTOL_STATE
uint8 VEHICLE_VTOL_STATE_UNDEFINED = 0
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
2018-08-07 10:42:32 -03:00
uint64 timestamp # time since system start (microseconds)
2016-02-05 08:06:51 -04:00
bool vtol_in_rw_mode # true: vtol vehicle is in rotating wing mode
bool vtol_in_trans_mode
bool in_transition_to_fw # True if VTOL is doing a transition from MC to FW
2018-08-07 10:42:32 -03:00
bool vtol_transition_failsafe # vtol in transition failsafe mode