mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
This is helpful for safety devices that have an external override input. This helps to put the autopilot in an override scenario into a sane state, instead of letting it believe its still in control.
5 lines
265 B
Plaintext
5 lines
265 B
Plaintext
bool safety_switch_available # Set to true if a safety switch is connected
|
|
bool safety_off # Set to true if safety is off
|
|
bool override_available # Set to true if external override system is connected
|
|
bool override_enabled # Set to true if override is engaged
|