Skip to content

Commit 4a61f4a

Browse files
committed
MAVLink messages update Thu Nov 20 00:13:59 UTC 2025
1 parent 8322400 commit 4a61f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/messages/common.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2983,7 +2983,7 @@ ESC information for lower rate streaming. Recommended streaming rate 1Hz. See [E
29832983

29842984
Field Name | Type | Units | Values | Description
29852985
--- | --- | --- | --- | ---
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).
29872987
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.
29882988
counter | `uint16_t` | | | Counter of data packets received.
29892989
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.
30023002

30033003
Field Name | Type | Units | Description
30043004
--- | --- | --- | ---
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).
30063006
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.
30073007
rpm | `int32_t[4]` | rpm | Reported motor RPM from each ESC (negative for reverse rotation).
30083008
voltage | `float[4]` | V | Voltage measured from each ESC.

0 commit comments

Comments
 (0)