mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 22:32:11 +08:00
fix: uORB topics lost messages when publications overflow
This commit is contained in:
@@ -20,4 +20,4 @@ uint8 param_type # MAVLink parameter type
|
||||
int64 int_value # current value if param_type is int-like
|
||||
float32 real_value # current value if param_type is float-like
|
||||
|
||||
uint8 ORB_QUEUE_LENGTH = 3
|
||||
uint8 ORB_QUEUE_LENGTH = 4
|
||||
|
||||
Reference in New Issue
Block a user