You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/messages/common.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2983,7 +2983,7 @@ ESC information for lower rate streaming. Recommended streaming rate 1Hz. See [E
2983
2983
2984
2984
Field Name | Type | Units | Values | Description
2985
2985
--- | --- | --- | --- | ---
2986
-
index | `uint8_t` | | | Index of the first ESC in this message. minValue = 0, maxValue = 60, increment = 4.<br>Messages with same value are from the same source (instance).
2986
+
index | `uint8_t` | | | Index of the first ESC in this message (ESC are indexed in motor order). minValue = 0, maxValue = 60, increment = 4.<br>Messages with same value are from the same source (instance).
2987
2987
time_usec | `uint64_t` | us | | Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude the number.
2988
2988
counter | `uint16_t` | | | Counter of data packets received.
2989
2989
count | `uint8_t` | | | Total number of ESCs in all messages of this type. Message fields with an index higher than this should be ignored because they contain invalid data.
@@ -3002,7 +3002,7 @@ ESC information for higher rate streaming. Recommended streaming rate is ~10 Hz.
3002
3002
3003
3003
Field Name | Type | Units | Description
3004
3004
--- | --- | --- | ---
3005
-
index | `uint8_t` | | Index of the first ESC in this message. minValue = 0, maxValue = 60, increment = 4.<br>Messages with same value are from the same source (instance).
3005
+
index | `uint8_t` | | Index of the first ESC in this message (ESC are indexed in motor order). minValue = 0, maxValue = 60, increment = 4.<br>Messages with same value are from the same source (instance).
3006
3006
time_usec | `uint64_t` | us | Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude the number.
3007
3007
rpm | `int32_t[4]` | rpm | Reported motor RPM from each ESC (negative for reverse rotation).
3008
3008
voltage | `float[4]` | V | Voltage measured from each ESC.
0 commit comments