mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Comments for uavcan.equipment.PerformAutomaticSelfTest and PerformAutomaticCalibration
This commit is contained in:
parent
7d7e6b69fa
commit
f66c1a7de3
@ -1,8 +1,7 @@
|
||||
#
|
||||
# Fast automatic self test request.
|
||||
# E.g. Before flight, the flight computer should call this service on every node that provides it.
|
||||
# Such nodes should be detected with the service std.protocol.GetDataTypeInfo.
|
||||
# If at least one node fails, the start should be aborted.
|
||||
# Use the service uavcan.protocol.GetDataTypeInfo to detect whether this service is supported.
|
||||
# If at least one node fails, the mission should be aborted.
|
||||
#
|
||||
|
||||
---
|
||||
@ -10,4 +9,7 @@
|
||||
# Amount of extra time the node needs to finish the procedure.
|
||||
uint16 delay_msec
|
||||
|
||||
# Status:
|
||||
# true - the requested procedure is being executed or was executed
|
||||
# false - the requested procedure can't be executed right now
|
||||
bool ok
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
#
|
||||
# Fast automatic calibration request.
|
||||
# E.g. Before flight, the flight computer should call this service on every node that provides it.
|
||||
# Such nodes should be detected with the service std.protocol.GetDataTypeInfo.
|
||||
# If at least one node fails, the start should be aborted.
|
||||
# Use the service uavcan.protocol.GetDataTypeInfo to detect whether this service is supported.
|
||||
# If at least one node fails, the mission should be aborted.
|
||||
#
|
||||
|
||||
---
|
||||
@ -10,4 +9,7 @@
|
||||
# Amount of extra time the node needs to finish the procedure.
|
||||
uint16 delay_msec
|
||||
|
||||
# Status:
|
||||
# true - the requested procedure is being executed or was executed
|
||||
# false - the requested procedure can't be executed right now
|
||||
bool ok
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user