Skip to content

Commit 60ac35c

Browse files
committed
MAVLink messages update Sun Sep 21 04:49:40 UTC 2025
1 parent e7ff00b commit 60ac35c

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

en/messages/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ span.warning {
6060

6161
Type | Defined | Included
6262
--- | --- | ---
63-
[Messages](#messages) | 0 | 382
63+
[Messages](#messages) | 0 | 383
6464
[Enums](#enumerated-types) | 0 | 247
6565
[Commands](#mav_commands) | 222 | 0
6666

en/messages/ardupilotmega.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ span.warning {
4343

4444
Type | Defined | Included
4545
--- | --- | ---
46-
[Messages](#messages) | 72 | 247
46+
[Messages](#messages) | 73 | 247
4747
[Enums](#enumerated-types) | 46 | 165
4848
[Commands](#mav_commands) | 198 | 0
4949

@@ -1081,6 +1081,17 @@ rpm | `uint16_t[4]` | rpm | RPM (eRPM).
10811081
count | `uint16_t[4]` | | count of telemetry packets received (wraps at 65535).
10821082

10831083

1084+
### NAMED_VALUE_STRING (11060) {#NAMED_VALUE_STRING}
1085+
1086+
Send a key-value pair as string. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.
1087+
1088+
Field Name | Type | Units | Description
1089+
--- | --- | --- | ---
1090+
time_boot_ms | `uint32_t` | ms | Timestamp (time since system boot).
1091+
name | `char[10]` | | Name of the debug variable<br>Messages with same value are from the same source (instance).
1092+
value | `char[64]` | | Value of the debug variable
1093+
1094+
10841095
## Enumerated Types
10851096

10861097
### ACCELCAL_VEHICLE_POS {#ACCELCAL_VEHICLE_POS}
@@ -1583,6 +1594,7 @@ Value | Name | Description
15831594
<a id='COPTER_MODE_AUTOROTATE'></a>26 | [COPTER_MODE_AUTOROTATE](#COPTER_MODE_AUTOROTATE) | AUTOROTATE
15841595
<a id='COPTER_MODE_AUTO_RTL'></a>27 | [COPTER_MODE_AUTO_RTL](#COPTER_MODE_AUTO_RTL) | AUTO RTL
15851596
<a id='COPTER_MODE_TURTLE'></a>28 | [COPTER_MODE_TURTLE](#COPTER_MODE_TURTLE) | TURTLE
1597+
<a id='COPTER_MODE_RATE_ACRO'></a>29 | [COPTER_MODE_RATE_ACRO](#COPTER_MODE_RATE_ACRO) | [RATE_ACRO](#RATE_ACRO)
15861598

15871599
### SUB_MODE {#SUB_MODE}
15881600

en/messages/storm32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ span.warning {
3838

3939
Type | Defined | Included
4040
--- | --- | ---
41-
[Messages](#messages) | 12 | 319
41+
[Messages](#messages) | 12 | 320
4242
[Enums](#enumerated-types) | 8 | 211
4343
[Commands](#mav_commands) | 201 | 0
4444

0 commit comments

Comments
 (0)