Skip to content

Commit 84e0c4f

Browse files
committed
MAVLink messages update Wed Sep 17 05:14:48 UTC 2025
1 parent fb8ce00 commit 84e0c4f

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

en/messages/common.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4258,8 +4258,9 @@ Gripper actions.
42584258

42594259
Value | Name | Description
42604260
--- | --- | ---
4261-
<a id='GRIPPER_ACTION_RELEASE'></a>0 | [GRIPPER_ACTION_RELEASE](#GRIPPER_ACTION_RELEASE) | Gripper release cargo.
4262-
<a id='GRIPPER_ACTION_GRAB'></a>1 | [GRIPPER_ACTION_GRAB](#GRIPPER_ACTION_GRAB) | Gripper grab onto cargo.
4261+
<a id='GRIPPER_ACTION_OPEN'></a>0 | [GRIPPER_ACTION_OPEN](#GRIPPER_ACTION_OPEN) | Gripper commence open. Often used to release cargo.
4262+
<a id='GRIPPER_ACTION_CLOSE'></a>1 | [GRIPPER_ACTION_CLOSE](#GRIPPER_ACTION_CLOSE) | Gripper commence close. Often used to grab onto cargo.
4263+
<a id='GRIPPER_ACTION_STOP'></a>2 | [GRIPPER_ACTION_STOP](#GRIPPER_ACTION_STOP) | Gripper stop (maintain current grip position).
42634264

42644265
### WINCH_ACTIONS {#WINCH_ACTIONS}
42654266

@@ -7386,7 +7387,7 @@ Mission command to operate a gripper.
73867387

73877388
Param (Label) | Description | Values
73887389
--- | --- | ---
7389-
1 (Gripper ID) | Gripper ID. 1-6 for an autopilot connected gripper. In missions this may be set to 1-6 for an autopilot gripper, or the gripper component id for a MAVLink gripper. 0 targets all grippers. | min: 1 inc: 1
7390+
1 (Gripper ID) | Gripper ID. 1-6 for an autopilot connected gripper. In missions this may be set to 1-6 for an autopilot gripper, or the gripper component id for a MAVLink gripper. 0 targets all grippers. | min: 0 inc: 1
73907391
2 (Action) | Gripper action to perform. | [GRIPPER_ACTIONS](#GRIPPER_ACTIONS)
73917392
3 | Empty |
73927393
4 | Empty |

en/messages/dialects.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ Dialects are not managed by this project!
1717

1818
The dialect definitions are:
1919

20-
- [ASLUAV.xml](ASLUAV.md)
21-
- [paparazzi.xml](paparazzi.md)
2220
- [ualberta.xml](ualberta.md)
21+
- [paparazzi.xml](paparazzi.md)
22+
- [cubepilot.xml](cubepilot.md)
2323
- [AVSSUAS.xml](AVSSUAS.md)
2424
- [storm32.xml](storm32.md)
25+
- [matrixpilot.xml](matrixpilot.md)
26+
- [marsh.xml](marsh.md)
27+
- [csAirLink.xml](csAirLink.md)
28+
- [ASLUAV.xml](ASLUAV.md)
2529
- [ardupilotmega.xml](ardupilotmega.md)
26-
- [uAvionix.xml](uAvionix.md)
2730
- [icarous.xml](icarous.md)
28-
- [marsh.xml](marsh.md)
29-
- [matrixpilot.xml](matrixpilot.md)
3031
- [loweheiser.xml](loweheiser.md)
31-
- [cubepilot.xml](cubepilot.md)
32-
- [csAirLink.xml](csAirLink.md)
32+
- [uAvionix.xml](uAvionix.md)
3333

3434
Note that dialects may `include` [MAVLink-Standard Definitions](index.md) or other dialects.
3535
Up to 5 levels of XML file nesting are allowed - see `MAXIMUM_INCLUDE_FILE_NESTING` in [mavgen.py](https://github.com/ArduPilot/pymavlink/blob/master/generator/mavgen.py#L44).

0 commit comments

Comments
 (0)