Skip to content

Commit d8caedc

Browse files
committed
common.xml: add GRIPPER_ACTION_STOP message ([mavlink#2342](mavlink#2342))
1 parent 4924617 commit d8caedc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

message_definitions/v1.0/common.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,9 @@
588588
<entry value="1" name="GRIPPER_ACTION_GRAB">
589589
<description>Gripper grab onto cargo.</description>
590590
</entry>
591+
<entry value="2" name="GRIPPER_ACTION_STOP">
592+
<description>Gripper stop (maintain current grip position).</description>
593+
</entry>
591594
</enum>
592595
<!-- winch action enum -->
593596
<enum name="WINCH_ACTIONS">

0 commit comments

Comments
 (0)