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
@@ -7386,7 +7387,7 @@ Mission command to operate a gripper.
7386
7387
7387
7388
Param (Label) | Description | Values
7388
7389
--- | --- | ---
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
7390
7391
2 (Action) | Gripper action to perform. | [GRIPPER_ACTIONS](#GRIPPER_ACTIONS)
Copy file name to clipboardExpand all lines: en/messages/dialects.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,19 +17,19 @@ Dialects are not managed by this project!
17
17
18
18
The dialect definitions are:
19
19
20
-
-[ASLUAV.xml](ASLUAV.md)
21
-
-[paparazzi.xml](paparazzi.md)
22
20
-[ualberta.xml](ualberta.md)
21
+
-[paparazzi.xml](paparazzi.md)
22
+
-[cubepilot.xml](cubepilot.md)
23
23
-[AVSSUAS.xml](AVSSUAS.md)
24
24
-[storm32.xml](storm32.md)
25
+
-[matrixpilot.xml](matrixpilot.md)
26
+
-[marsh.xml](marsh.md)
27
+
-[csAirLink.xml](csAirLink.md)
28
+
-[ASLUAV.xml](ASLUAV.md)
25
29
-[ardupilotmega.xml](ardupilotmega.md)
26
-
-[uAvionix.xml](uAvionix.md)
27
30
-[icarous.xml](icarous.md)
28
-
-[marsh.xml](marsh.md)
29
-
-[matrixpilot.xml](matrixpilot.md)
30
31
-[loweheiser.xml](loweheiser.md)
31
-
-[cubepilot.xml](cubepilot.md)
32
-
-[csAirLink.xml](csAirLink.md)
32
+
-[uAvionix.xml](uAvionix.md)
33
33
34
34
Note that dialects may `include`[MAVLink-Standard Definitions](index.md) or other dialects.
35
35
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