added which transition the vtol is in to vehicle status

This commit is contained in:
Andreas Antener
2016-05-26 07:06:06 +02:00
parent 46105f735e
commit 8c9f4e8ab8
9 changed files with 34 additions and 25 deletions

View File

@@ -7,6 +7,7 @@ uint8 VEHICLE_VTOL_STATE_FW = 4
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
bool vtol_transition_failsafe # vtol in transition failsafe mode
bool fw_permanent_stab # In fw mode stabilize attitude even if in manual mode
float32 airspeed_tot # Estimated airspeed over control surfaces