MAGIKS
1.1
Manipulator General Inverse Kinematic Solver
|
Contains simplified functions to control PR2 using pyride engine. More...
Go to the source code of this file.
Namespaces | |
magiks.specific_geometries.pr2.pyride_interpreter | |
Variables | |
larm_reached = True | |
A boolean global variable indicating if the left arm joints have reached their target. More... | |
rarm_reached = True | |
A boolean global variable indicating if the right arm joints have reached their target. More... | |
body_reached = False | |
A boolean global variable indicating if the body joints (non-arm joints) have reached their target. More... | |
larm_failed = False | |
A boolean global variable indicating if the left arm joints failed to reach their target. More... | |
rarm_failed = False | |
body_failed = False | |
int | counter = 0 |
int | bl_cnt = 0 |
Counter for the base laser scan. More... | |
int | rt_cnt = 0 |
Counter for the raw trajectory function calls. More... | |
bl_dist = None | |
bl_active = False | |
int | tl_cnt = 0 |
tl_dist = None | |
tl_active = False | |
rt_orientation = None | |
tuple | rt_position = numpy.zeros(3) |
tuple | rt_velocity = numpy.zeros(3) |
tuple | rt_acceleration = numpy.zeros(3) |
rt_active = False | |
Contains simplified functions to control PR2 using pyride engine.
Last Revision: 13 May 2015
Definition in file pyride_interpreter.py.