fix: uORB topics lost messages when publications overflow

This commit is contained in:
FengShun
2020-09-25 23:11:55 +08:00
committed by Beat Küng
parent b4a22437ab
commit d19b54481a
19 changed files with 274 additions and 35 deletions
+1 -1
View File
@@ -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