added flag indicating if vtol is doing a transition

Conflicts:
	msg/vtol_vehicle_status.msg
This commit is contained in:
Roman Bapst 2015-08-10 16:23:01 +02:00 committed by tumbili
parent 4e6ec2efa8
commit 1f50041311

View File

@ -113,6 +113,7 @@ uint32 system_id # system id, inspired by MAVLink's system ID field
uint32 component_id # subsystem / component id, inspired by MAVLink's component ID field
bool is_rotary_wing # True if system is in rotary wing configuration, so for a VTOL this is only true while flying as a multicopter
bool vtol_in_transition # True if VTOL is doing a transition
bool is_vtol # True if the system is VTOL capable
bool vtol_fw_permanent_stab # True if vtol should stabilize attitude for fw in manual mode
bool in_transition_mode