Public Member Functions | |
def | __init__ |
def | clean_shutdown |
def | playback |
def | record |
Private Member Functions | |
def | _record_waypoint |
def | _stop_recording |
Private Attributes | |
_accuracy | |
_arm | |
_init_state | |
_is_recording | |
_limb | |
_navigator_io | |
_rs | |
_speed | |
_waypoints |
Definition at line 41 of file joint_position_waypoints.py.
def joint_position_waypoints.Waypoints.__init__ | ( | self, | |
limb, | |||
speed, | |||
accuracy | |||
) |
Definition at line 42 of file joint_position_waypoints.py.
def joint_position_waypoints.Waypoints._record_waypoint | ( | self, | |
value | |||
) | [private] |
Stores joint position waypoints Navigator 'OK/Wheel' button callback
Definition at line 67 of file joint_position_waypoints.py.
def joint_position_waypoints.Waypoints._stop_recording | ( | self, | |
value | |||
) | [private] |
Sets is_recording to false Navigator 'Rethink' button callback
Definition at line 77 of file joint_position_waypoints.py.
Definition at line 143 of file joint_position_waypoints.py.
def joint_position_waypoints.Waypoints.playback | ( | self | ) |
Loops playback of recorded joint position waypoints until program is exited
Definition at line 114 of file joint_position_waypoints.py.
def joint_position_waypoints.Waypoints.record | ( | self | ) |
Records joint position waypoints upon each Navigator 'OK/Wheel' button press.
Definition at line 87 of file joint_position_waypoints.py.
Definition at line 42 of file joint_position_waypoints.py.
joint_position_waypoints.Waypoints::_arm [private] |
Definition at line 42 of file joint_position_waypoints.py.
Definition at line 42 of file joint_position_waypoints.py.
Definition at line 42 of file joint_position_waypoints.py.
Definition at line 42 of file joint_position_waypoints.py.
Definition at line 42 of file joint_position_waypoints.py.
joint_position_waypoints.Waypoints::_rs [private] |
Definition at line 42 of file joint_position_waypoints.py.
Definition at line 42 of file joint_position_waypoints.py.
Definition at line 42 of file joint_position_waypoints.py.