uint8 nav_state # set navigation state machine to specified value
uint8 arming_state # current arming state
uint8 hil_state # current hil state
bool failsafe # true if system is in failsafe state
bool failsafe # true if system is in failsafe state (e.g.:RTL, Hover, Terminate, ...)
uint8 system_type # system type, contains mavlink MAV_TYPE
uint8 system_id # system id, contains MAVLink's system ID field
@ -67,7 +74,7 @@ bool high_latency_data_link_active # all low latency datalinks to GCS lost
@@ -67,7 +74,7 @@ bool high_latency_data_link_active # all low latency datalinks to GCS lost
uint8 data_link_lost_counter # counts unique data link lost events
bool engine_failure # Set to true if an engine failure is detected
bool mission_failure # Set to true if mission could not continue/finish
bool attitude_failure # Set to true if attitude failure has been detected