MAGIKS
1.1
Manipulator General Inverse Kinematic Solver
|
Classes | |
class | PR2 |
Contains properties and methods managing the kinematics of the PR2 robot. More... | |
Variables | |
float | drc = math.pi/180.00 |
tuple | default_ql = drc*np.array([-130.0, 69.0 , -180.0, - 131.0, -180.0, -130.0, -180.0, 0.8/drc, -1000.0, -1000.0, -180.0, -40.0, 60.0, - 44.0, -131.0, -180.0, -130.0, -180.0]) |
tuple | default_qh = drc*np.array([ 30.0, 170.0, 44.0, - 8.5, 180.0, 0.00, 180.0, 1.14/drc, 1000.0, 1000.0, 180.0, 130.0, 170.0, 180.0, - 8.5, 180.0, 0.00, 180.0]) |
list | all_control_modes = ['Fixed-Base', 'Free-Base'] |
list all_control_modes = ['Fixed-Base', 'Free-Base'] |
Definition at line 45 of file pr2_kinematics.py.
tuple default_qh = drc*np.array([ 30.0, 170.0, 44.0, - 8.5, 180.0, 0.00, 180.0, 1.14/drc, 1000.0, 1000.0, 180.0, 130.0, 170.0, 180.0, - 8.5, 180.0, 0.00, 180.0]) |
Definition at line 44 of file pr2_kinematics.py.
tuple default_ql = drc*np.array([-130.0, 69.0 , -180.0, - 131.0, -180.0, -130.0, -180.0, 0.8/drc, -1000.0, -1000.0, -180.0, -40.0, 60.0, - 44.0, -131.0, -180.0, -130.0, -180.0]) |
Definition at line 43 of file pr2_kinematics.py.
float drc = math.pi/180.00 |
Definition at line 41 of file pr2_kinematics.py.