Public Member Functions | |
def | close |
def | open |
Definition at line 13 of file GripperController.py.
def GripperController.GripperController.close | ( | self, | |
arm = 'right' |
|||
) |
Opens the gripper by setting up an action client Input: - arm: the arm ('left' or 'right') of which the gripper shall be closed The default is 'right'.
Definition at line 39 of file GripperController.py.
def GripperController.GripperController.open | ( | self, | |
arm = 'right' |
|||
) |
Opens the gripper by setting up an action client Input: - arm: the arm ('left' or 'right') of which the gripper shall be opened The default is 'right'.
Definition at line 15 of file GripperController.py.