File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
1618string config_name # information about which configuration is being set for the gripper controller
You can’t perform that action at this time.
0 commit comments