Comment updates in uavcan.equipment.*.uavcan

This commit is contained in:
Pavel Kirienko 2015-02-03 14:35:53 +03:00
parent af1d0d3554
commit 8a1942d906
3 changed files with 4 additions and 6 deletions

View File

@ -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
#
---

View File

@ -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
#
---

View File

@ -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
#