2014-12-08 13:44:08 +01:00
|
|
|
|
2017-08-30 23:12:18 +05:30
|
|
|
uint32 armed_time_ms # Arming timestamp
|
2014-12-08 13:44:08 +01:00
|
|
|
bool armed # Set to true if system is armed
|
2015-07-22 12:42:29 +02:00
|
|
|
bool prearmed # Set to true if the actuator safety is disabled but motors are not armed
|
2014-12-08 13:44:08 +01:00
|
|
|
bool ready_to_arm # Set to true if system is ready to be armed
|
|
|
|
|
bool lockdown # Set to true if actuators are forced to being disabled (due to emergency or HIL)
|
2016-12-15 10:38:59 -08:00
|
|
|
bool manual_lockdown # Set to true if manual throttle kill switch is engaged
|
2014-12-08 13:44:08 +01:00
|
|
|
bool force_failsafe # Set to true if the actuators are forced to the failsafe position
|
2015-04-28 14:55:17 +02:00
|
|
|
bool in_esc_calibration_mode # IO/FMU should ignore messages from the actuator controls topics
|
2017-03-08 20:45:28 +01:00
|
|
|
bool soft_stop # Set to true if we need to ESCs to remove the idle constraint
|