Functions | |
| def | askForCommand (command) |
| def | genCommand (char, command) |
| def | publisher () |
| def Robotiq3FGripperSimpleController.askForCommand | ( | command | ) |
Ask the user for a command to send to the gripper.
Definition at line 119 of file Robotiq3FGripperSimpleController.py.
| def Robotiq3FGripperSimpleController.genCommand | ( | char, | |
| command | |||
| ) |
Update the command according to the character entered by the user.
Definition at line 54 of file Robotiq3FGripperSimpleController.py.
| def Robotiq3FGripperSimpleController.publisher | ( | ) |
Main loop which requests new commands and publish them on the Robotiq3FGripperRobotOutput topic.
Definition at line 167 of file Robotiq3FGripperSimpleController.py.