mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 21:19:07 +08:00
Comment updates in uavcan.equipment.*.uavcan
This commit is contained in:
parent
af1d0d3554
commit
8a1942d906
@ -1,7 +1,6 @@
|
||||
#
|
||||
# Fast automatic self test request.
|
||||
# Use the service uavcan.protocol.GetDataTypeInfo to detect whether this service is supported.
|
||||
# If at least one node fails, the mission should be aborted.
|
||||
# http://uavcan.org/Standard_data_types_and_application_level_functions#Pre-operational_checks
|
||||
#
|
||||
|
||||
---
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
#
|
||||
# Fast automatic calibration request.
|
||||
# Use the service uavcan.protocol.GetDataTypeInfo to detect whether this service is supported.
|
||||
# If at least one node fails, the mission should be aborted.
|
||||
# http://uavcan.org/Standard_data_types_and_application_level_functions#Pre-operational_checks
|
||||
#
|
||||
|
||||
---
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
# ANGLE_MULTIPLIER = NORM / PI
|
||||
#
|
||||
# Where NORM is 12, because it:
|
||||
# - Fits the maximum range of the signed 5 bit integer
|
||||
# - Allows to represent the following angles without precision loss:
|
||||
# - Fits the maximum range of a signed 5 bit integer
|
||||
# - Allows to exactly represent the following angles:
|
||||
# 0, 15, 30, 45, 60, 75, 90, 105, 120, 135, 150, 165, 180, and negatives
|
||||
#
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user