mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 03:37:34 +08:00
implemented command ACK
This commit is contained in:
committed by
Lorenz Meier
parent
94bfad5057
commit
e8e81650dc
@@ -0,0 +1,8 @@
|
||||
uint8 VEHICLE_RESULT_ACCEPTED = 0
|
||||
uint8 VEHICLE_RESULT_TEMPORARILY_REJECTED = 1
|
||||
uint8 VEHICLE_RESULT_DENIED = 2
|
||||
uint8 VEHICLE_RESULT_UNSUPPORTED = 3
|
||||
uint8 VEHICLE_RESULT_FAILED = 4
|
||||
|
||||
uint16 command
|
||||
uint8 result
|
||||
Reference in New Issue
Block a user