mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 09:57:36 +08:00
Reduced min pub period of NodeStatus
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
uint16 MAX_PUBLICATION_PERIOD_MS = 1000
|
||||
uint16 MIN_PUBLICATION_PERIOD_MS = 20
|
||||
uint16 MIN_PUBLICATION_PERIOD_MS = 2
|
||||
|
||||
# If a node fails to publish this message in this amount of time, it should be considered offline.
|
||||
uint16 OFFLINE_TIMEOUT_MS = 3000
|
||||
|
||||
Reference in New Issue
Block a user