mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 05:20:06 +08:00
msg: VehicleCommandAck: bump queue length from 4 to 8 (#26217)
This commit is contained in:
@@ -23,7 +23,7 @@ uint16 ARM_AUTH_DENIED_REASON_TIMEOUT = 3
|
|||||||
uint16 ARM_AUTH_DENIED_REASON_AIRSPACE_IN_USE = 4
|
uint16 ARM_AUTH_DENIED_REASON_AIRSPACE_IN_USE = 4
|
||||||
uint16 ARM_AUTH_DENIED_REASON_BAD_WEATHER = 5
|
uint16 ARM_AUTH_DENIED_REASON_BAD_WEATHER = 5
|
||||||
|
|
||||||
uint8 ORB_QUEUE_LENGTH = 4
|
uint8 ORB_QUEUE_LENGTH = 8
|
||||||
|
|
||||||
uint32 command # Command that is being acknowledged
|
uint32 command # Command that is being acknowledged
|
||||||
uint8 result # Command result
|
uint8 result # Command result
|
||||||
|
|||||||
Reference in New Issue
Block a user