mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 13:04:07 +08:00
Added clarifications for the type GetNodeInfo
This commit is contained in:
parent
31642c6963
commit
93a5755dec
@ -4,15 +4,15 @@
|
||||
|
||||
---
|
||||
|
||||
# Version information shall not be changed while the node is running.
|
||||
HardwareVersion hardware_version
|
||||
SoftwareVersion software_version
|
||||
SoftwareVersion uavcan_version
|
||||
|
||||
NodeStatus status
|
||||
|
||||
# Human readable node name.
|
||||
# The naming convention is like of Java packages (reversed internet domain names).
|
||||
# Examples:
|
||||
# org.pixhawk.pixhawk
|
||||
# org.autoquad.esc32
|
||||
# Human readable non-empty ASCII node name.
|
||||
# Empty string is not a valid node name.
|
||||
# Node name shall not be changed while the node is running.
|
||||
# The naming convention is like of Java packages (reversed internet domain names), e.g. "com.example.project.product".
|
||||
uint8[<64] name
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user