Public Member Functions | |
def | __init__ |
def | add_point |
def | clear |
def | result |
def | start |
def | stop |
def | wait |
Private Attributes | |
_client | |
_goal |
Definition at line 55 of file joint_trajectory_client.py.
def joint_trajectory_client.Trajectory.__init__ | ( | self, | |
limb | |||
) |
Definition at line 56 of file joint_trajectory_client.py.
def joint_trajectory_client.Trajectory.add_point | ( | self, | |
positions, | |||
time | |||
) |
Definition at line 72 of file joint_trajectory_client.py.
def joint_trajectory_client.Trajectory.clear | ( | self, | |
limb | |||
) |
Definition at line 91 of file joint_trajectory_client.py.
def joint_trajectory_client.Trajectory.result | ( | self | ) |
Definition at line 88 of file joint_trajectory_client.py.
def joint_trajectory_client.Trajectory.start | ( | self | ) |
Definition at line 78 of file joint_trajectory_client.py.
def joint_trajectory_client.Trajectory.stop | ( | self | ) |
Definition at line 82 of file joint_trajectory_client.py.
def joint_trajectory_client.Trajectory.wait | ( | self, | |
timeout = 15.0 |
|||
) |
Definition at line 85 of file joint_trajectory_client.py.
Definition at line 56 of file joint_trajectory_client.py.
Definition at line 56 of file joint_trajectory_client.py.