Skip to content

Commit 4574c64

Browse files
committed
MAVLink messages update Wed Jul 30 00:32:54 UTC 2025
1 parent bf93721 commit 4574c64

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed

en/messages/all.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ span.warning {
6161
Type | Defined | Included
6262
--- | --- | ---
6363
[Messages](#messages) | 0 | 381
64-
[Enums](#enumerated-types) | 0 | 243
65-
[Commands](#mav_commands) | 218 | 0
64+
[Enums](#enumerated-types) | 0 | 244
65+
[Commands](#mav_commands) | 219 | 0
6666

6767
The following sections list all entities in the dialect (both included and defined in this file).
6868

en/messages/development.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ span.warning {
3737
Type | Defined | Included
3838
--- | --- | ---
3939
[Messages](#messages) | 12 | 229
40-
[Enums](#enumerated-types) | 11 | 148
41-
[Commands](#mav_commands) | 172 | 0
40+
[Enums](#enumerated-types) | 12 | 148
41+
[Commands](#mav_commands) | 173 | 0
4242

4343
The following sections list all entities in the dialect (both included and defined in this file).
4444

@@ -424,6 +424,19 @@ Value | Name | Description
424424
<a id='GPS_RAIM_STATE_OK'></a>2 | [GPS_RAIM_STATE_OK](#GPS_RAIM_STATE_OK) | RAIM integrity check was successful.
425425
<a id='GPS_RAIM_STATE_FAILED'></a>3 | [GPS_RAIM_STATE_FAILED](#GPS_RAIM_STATE_FAILED) | RAIM integrity check failed.
426426

427+
### ACTUATOR_TEST_GROUP — [WIP] {#ACTUATOR_TEST_GROUP}
428+
429+
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
430+
431+
Actuator groups to test in [MAV_CMD_ACTUATOR_GROUP_TEST](#MAV_CMD_ACTUATOR_GROUP_TEST).
432+
433+
Value | Name | Description
434+
--- | --- | ---
435+
<a id='ACTUATOR_TEST_GROUP_ROLL_TORQUE'></a>0 | [ACTUATOR_TEST_GROUP_ROLL_TORQUE](#ACTUATOR_TEST_GROUP_ROLL_TORQUE) | Actuators that contribute to roll torque.
436+
<a id='ACTUATOR_TEST_GROUP_PITCH_TORQUE'></a>1 | [ACTUATOR_TEST_GROUP_PITCH_TORQUE](#ACTUATOR_TEST_GROUP_PITCH_TORQUE) | Actuators that contribute to pitch torque.
437+
<a id='ACTUATOR_TEST_GROUP_YAW_TORQUE'></a>2 | [ACTUATOR_TEST_GROUP_YAW_TORQUE](#ACTUATOR_TEST_GROUP_YAW_TORQUE) | Actuators that contribute to yaw torque.
438+
<a id='ACTUATOR_TEST_GROUP_COLLECTIVE_TILT'></a>3 | [ACTUATOR_TEST_GROUP_COLLECTIVE_TILT](#ACTUATOR_TEST_GROUP_COLLECTIVE_TILT) | Actuators that affect collective tilt.
439+
427440
## Commands (MAV_CMD) {#mav_commands}
428441

429442
### MAV_CMD_DO_FIGURE_EIGHT (35) — [WIP] {#MAV_CMD_DO_FIGURE_EIGHT}
@@ -469,6 +482,23 @@ Param (Label) | Description | Values
469482
7 | WIP: upgrade progress report rate (can be used for more granular control). |
470483

471484

485+
### MAV_CMD_ACTUATOR_GROUP_TEST (309) — [WIP] {#MAV_CMD_ACTUATOR_GROUP_TEST}
486+
487+
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
488+
489+
Command to test groups of related actuators together.
490+
491+
This might include groups such as the actuators that contribute to roll, pitch, or yaw torque, actuators that contribute to thrust in x, y, z axis, tilt mechanisms, flaps and spoilers, and so on.
492+
This is similar to [MAV_CMD_ACTUATOR_TEST](#MAV_CMD_ACTUATOR_TEST), except that multiple actuators may be affected.
493+
Different groups may also affect the same actuators (as in the case of controls that affect torque in different axes).
494+
Autopilots must NACK this command with [MAV_RESULT_TEMPORARILY_REJECTED](#MAV_RESULT_TEMPORARILY_REJECTED) while armed.
495+
496+
Param (Label) | Description | Values
497+
--- | --- | ---
498+
1 (Group) | Actuator group to check, such as actuators related to roll torque. | [ACTUATOR_TEST_GROUP](#ACTUATOR_TEST_GROUP)
499+
2 (Value) | Value to set. This is a normalized value across the full range of the tested group [-1,1]. | min: -1 max: 1
500+
501+
472502
### MAV_CMD_DO_SET_SYS_CMP_ID (610) — [WIP] {#MAV_CMD_DO_SET_SYS_CMP_ID}
473503

474504
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>

0 commit comments

Comments
 (0)