Skip to content

Commit 90c1bea

Browse files
sachinkum0009destogl
authored andcommitted
pre-commit fix
1 parent 4007594 commit 90c1bea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

control_msgs/action/IOGripperCommand.action

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# Those are returned as feedback.
55

66
# The gripper is in an idle state, not performing any action.
7-
uint8 IDLE=0
7+
uint8 IDLE=0
88
# The gripper is setting command interfaces to be able to perform open or close action, e.g., disabling breaks.
99
uint8 SET_BEFORE_COMMAND=1
10-
# The close comand is sent to gripper on its command interfaces.
10+
# The close command is sent to gripper on its command interfaces.
1111
uint8 CLOSE_GRIPPER=2
1212
# The controller is checking its current gripper's state on state interfaces.
1313
uint8 CHECK_GRIPPER_STATE=3
14-
# The open comand is sent to gripper on its command interfaces.
14+
# The open command is sent to gripper on its command interfaces.
1515
uint8 OPEN_GRIPPER=4
1616
# The gripper is setting "after" commands when open or close process if finished, e.g., engaging breaks.
1717
uint8 SET_AFTER_COMMAND=5

0 commit comments

Comments
 (0)