mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 09:44:08 +08:00
Clarified description of uavcan.protocol.Panic
This commit is contained in:
parent
56d50a4689
commit
f2bacbf4e1
@ -6,13 +6,14 @@
|
||||
#
|
||||
# Typical reaction to this message may include emergency motor/power shutdown,
|
||||
# safety parachute deployment, etc. Nodes that are expected to react to this message
|
||||
# should wait for at least MIN_MESSAGES subsequent messages published with the
|
||||
# interval no higher than MAX_INTERVAL_MS before undertaking any emergency actions.
|
||||
# should wait for at least MIN_MESSAGES subsequent messages with any reason text
|
||||
# from any sender published with the interval no higher than MAX_INTERVAL_MS before
|
||||
# undertaking any emergency actions.
|
||||
#
|
||||
|
||||
uint8 MIN_MESSAGES = 3
|
||||
uint16 MAX_INTERVAL_MS = 500
|
||||
uint16 BROADCASTING_INTERVAL_MS = 100
|
||||
|
||||
# Short description that would fit into single CAN frame
|
||||
# Short description that would fit a single CAN frame
|
||||
uint8[<=7] reason_text
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user