mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-13 10:50:36 +08:00
System arming status
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# This message represents the system arming status.
|
||||
# Some nodes may refuse to operate unless the system is fully armed.
|
||||
#
|
||||
|
||||
uint8 STATUS_DISARMED = 0
|
||||
uint8 STATUS_FULLY_ARMED = 255
|
||||
|
||||
uint8 status
|
||||
@@ -1,5 +0,0 @@
|
||||
#
|
||||
# Some nodes may refuse to operate unless some other node publishes this message with correct value.
|
||||
#
|
||||
|
||||
bool enable
|
||||
Reference in New Issue
Block a user