Public Member Functions | |
def | __init__ |
def | clear |
def | command |
def | stop |
def | wait |
Private Attributes | |
_client | |
_goal |
Definition at line 50 of file gripper_action_client.py.
def gripper_action_client.GripperClient.__init__ | ( | self, | |
gripper | |||
) |
Definition at line 51 of file gripper_action_client.py.
def gripper_action_client.GripperClient.clear | ( | self | ) |
Definition at line 79 of file gripper_action_client.py.
def gripper_action_client.GripperClient.command | ( | self, | |
position, | |||
effort | |||
) |
Definition at line 67 of file gripper_action_client.py.
def gripper_action_client.GripperClient.stop | ( | self | ) |
Definition at line 72 of file gripper_action_client.py.
def gripper_action_client.GripperClient.wait | ( | self, | |
timeout = 5.0 |
|||
) |
Definition at line 75 of file gripper_action_client.py.
Definition at line 51 of file gripper_action_client.py.
Definition at line 51 of file gripper_action_client.py.