Skip to content

Commit 01bfd75

Browse files
sachinkum0009destogl
authored andcommitted
doc updated for states
1 parent 90c1bea commit 01bfd75

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

control_msgs/action/SetIOGripperConfig.action

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
# The states are defined as follows:
88
# Enum representing the states of the reconfiguration process.
99
# States:
10-
# - IDLE (0): The reconfiguration process is idle, not performing any action.
11-
# - FIND_CONFIG (1): Finding the configuration settings.
12-
# - SET_COMMAND (2): Setting the command based on the configuration.
13-
# - CHECK_STATE (3): Checking the state after setting the command.
10+
# The reconfiguration process is idle, not performing any action.
11+
uint8 IDLE=0
12+
# Setting the command based on the configuration.
13+
uint8 SET_COMMAND=1
14+
# Checking the state after setting the command.
15+
uint8 CHECK_STATE=2
1416

1517

1618
string config_name # information about which configuration is being set for the gripper controller

0 commit comments

Comments
 (0)