|
WUT Velma robot API
|
Integration test. More...
Functions | |
| def | planAndExecute (q_dest) |
Variables | |
| dictionary | q_map_starting |
| dictionary | q_map_1 |
| velma = VelmaInterface() | |
| timeout_s | |
| diag = velma.getCoreCsDiag() | |
| p = Planner(velma.maxJointTrajLen()) | |
| start_time | |
| error = velma.waitForJoint() | |
| js = velma.getLastJointState() | |
| tolerance | |
| js_init = velma.getLastJointState() | |
| T_B_Trd = PyKDL.Frame(PyKDL.Rotation.Quaternion( 0.0 , 0.0 , 0.0 , 1.0 ), PyKDL.Vector( 0.7 , -0.3 , 1.3 )) | |
| T_B_T_diff = PyKDL.diff(T_B_Trd, velma.getTf("B", "Tr"), 1.0) | |
| T_B_Tr = velma.getTf("B", "Tr") | |
| T_B_Wr = velma.getTf("B", "Wr") | |
| T_Wr_Gr = velma.getTf("Wr", "Gr") | |
Integration test.
| def scripts.test_cimp_tool.planAndExecute | ( | q_dest | ) |
Definition at line 97 of file test_cimp_tool.py.
| scripts.test_cimp_tool.diag = velma.getCoreCsDiag() |
Definition at line 84 of file test_cimp_tool.py.
| scripts.test_cimp_tool.error = velma.waitForJoint() |
Definition at line 123 of file test_cimp_tool.py.
| scripts.test_cimp_tool.js = velma.getLastJointState() |
Definition at line 136 of file test_cimp_tool.py.
| scripts.test_cimp_tool.js_init = velma.getLastJointState() |
Definition at line 143 of file test_cimp_tool.py.
| scripts.test_cimp_tool.p = Planner(velma.maxJointTrajLen()) |
Definition at line 90 of file test_cimp_tool.py.
| dictionary scripts.test_cimp_tool.q_map_1 |
Definition at line 57 of file test_cimp_tool.py.
| dictionary scripts.test_cimp_tool.q_map_starting |
Definition at line 48 of file test_cimp_tool.py.
| scripts.test_cimp_tool.start_time |
Definition at line 122 of file test_cimp_tool.py.
| scripts.test_cimp_tool.T_B_T_diff = PyKDL.diff(T_B_Trd, velma.getTf("B", "Tr"), 1.0) |
Definition at line 171 of file test_cimp_tool.py.
| scripts.test_cimp_tool.T_B_Tr = velma.getTf("B", "Tr") |
Definition at line 177 of file test_cimp_tool.py.
| scripts.test_cimp_tool.T_B_Trd = PyKDL.Frame(PyKDL.Rotation.Quaternion( 0.0 , 0.0 , 0.0 , 1.0 ), PyKDL.Vector( 0.7 , -0.3 , 1.3 )) |
Definition at line 164 of file test_cimp_tool.py.
| scripts.test_cimp_tool.T_B_Wr = velma.getTf("B", "Wr") |
Definition at line 186 of file test_cimp_tool.py.
| scripts.test_cimp_tool.T_Wr_Gr = velma.getTf("Wr", "Gr") |
Definition at line 187 of file test_cimp_tool.py.
| scripts.test_cimp_tool.timeout_s |
Definition at line 76 of file test_cimp_tool.py.
| scripts.test_cimp_tool.tolerance |
Definition at line 137 of file test_cimp_tool.py.
| scripts.test_cimp_tool.velma = VelmaInterface() |
Definition at line 74 of file test_cimp_tool.py.
1.8.13