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
| 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). |
2817
+
| 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). |
2818
2818
| 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. |
2819
2819
| counter | `uint16_t` | | | Counter of data packets received. |
2820
2820
| 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. |
@@ -2832,7 +2832,7 @@ ESC information for higher rate streaming. Recommended streaming rate is ~10 Hz.
| 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). |
2835
+
| 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). |
2836
2836
| 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. |
2837
2837
| rpm | `int32_t[4]` | rpm | Reported motor RPM from each ESC (negative for reverse rotation). |
2838
2838
| voltage | `float[4]` | V | Voltage measured from each ESC. |
| 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). |
2817
+
| 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). |
2818
2818
| 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. |
2819
2819
| counter | `uint16_t` | | | Counter of data packets received. |
2820
2820
| 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. |
@@ -2832,7 +2832,7 @@ ESC information for higher rate streaming. Recommended streaming rate is ~10 Hz.
| 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). |
2835
+
| 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). |
2836
2836
| 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. |
2837
2837
| rpm | `int32_t[4]` | rpm | Reported motor RPM from each ESC (negative for reverse rotation). |
2838
2838
| voltage | `float[4]` | V | Voltage measured from each ESC. |
0 commit comments