Skip to content

Commit

Permalink
OpenDroneID: added ArmStatus messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Aug 7, 2022
1 parent 7162222 commit 6bf9a44
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dronecan/remoteid/20035.ArmStatus.uavcan
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# DroneCAN version of MAVLink OPEN_DRONE_ID_ARM_STATUS
# see MAVLink XML for detailed description
#
uint8 ODID_ARM_STATUS_GOOD_TO_ARM = 0
uint8 ODID_ARM_STATUS_FAIL_GENERIC = 1
uint8 status

uint8[<=50] error

0 comments on commit 6bf9a44

Please sign in to comment.