Skip to content

Commit 4427a63

Browse files
committed
pre-commit fix
1 parent 49f4a85 commit 4427a63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Name of the gripper open close state. Note that it can have mutliple "closed" states. If empty, then transition is happening and check the state of the transition.
1+
# Name of the gripper open close state. Note that it can have multiple "closed" states. If empty, then transition is happening and check the state of the transition.
22
string open_close
33
IOGripperState open_close_transition
44

55
# Name of the gripper's current configuration. If empty, then transition is happening and check the state of the transition.
66
string configuration
7-
IOGripperState configuration_transition
7+
IOGripperState configuration_transition

control_msgs/msg/IOGripperState.msg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# The grippers are going through the different states during opening, closing, and configuraiton chnages process.
1+
# The grippers are going through the different states during opening, closing, and configuration changes process.
22

33
# The gripper is in an idle state, not performing any action.
44
uint8 IDLE=0
55
# The gripper is setting command interfaces to be able to perform open or close action, e.g., disabling breaks.
66
uint8 SET_BEFORE_COMMAND=1
7-
# (optional) Check if brfore command is set correctly and confirmed by the sensors.
7+
# (optional) Check if before command is set correctly and confirmed by the sensors.
88
uint8 CHECK_BEFORE_COMMAND=2
99
# Set command to gripper's command interfaces.
1010
uint8 SET_COMMAND=11

0 commit comments

Comments
 (0)