File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.
99uint8 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.
1111uint8 CLOSE_GRIPPER =2
1212# The controller is checking its current gripper's state on state interfaces.
1313uint8 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.
1515uint8 OPEN_GRIPPER =4
1616# The gripper is setting "after" commands when open or close process if finished, e.g., engaging breaks.
1717uint8 SET_AFTER_COMMAND =5
You can’t perform that action at this time.
0 commit comments