|
WUT Velma robot API
|
Integration test. More...
Functions | |
| def | planAndExecute (q_dest) |
| def | makeWrench (lx, ly, lz, rx, ry, rz) |
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) | |
| list | imp_list |
Integration test.
| def scripts.test_cimp_imp.makeWrench | ( | lx, | |
| ly, | |||
| lz, | |||
| rx, | |||
| ry, | |||
| rz | |||
| ) |
Definition at line 121 of file test_cimp_imp.py.
| def scripts.test_cimp_imp.planAndExecute | ( | q_dest | ) |
Definition at line 97 of file test_cimp_imp.py.
| scripts.test_cimp_imp.diag = velma.getCoreCsDiag() |
Definition at line 84 of file test_cimp_imp.py.
| scripts.test_cimp_imp.error = velma.waitForJoint() |
Definition at line 126 of file test_cimp_imp.py.
| list scripts.test_cimp_imp.imp_list |
Definition at line 183 of file test_cimp_imp.py.
| scripts.test_cimp_imp.js = velma.getLastJointState() |
Definition at line 139 of file test_cimp_imp.py.
| scripts.test_cimp_imp.js_init = velma.getLastJointState() |
Definition at line 146 of file test_cimp_imp.py.
| scripts.test_cimp_imp.p = Planner(velma.maxJointTrajLen()) |
Definition at line 90 of file test_cimp_imp.py.
| dictionary scripts.test_cimp_imp.q_map_1 |
Definition at line 57 of file test_cimp_imp.py.
| dictionary scripts.test_cimp_imp.q_map_starting |
Definition at line 48 of file test_cimp_imp.py.
| scripts.test_cimp_imp.start_time |
Definition at line 125 of file test_cimp_imp.py.
| scripts.test_cimp_imp.T_B_T_diff = PyKDL.diff(T_B_Trd, velma.getTf("B", "Tr"), 1.0) |
Definition at line 177 of file test_cimp_imp.py.
| scripts.test_cimp_imp.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 170 of file test_cimp_imp.py.
| scripts.test_cimp_imp.timeout_s |
Definition at line 76 of file test_cimp_imp.py.
| scripts.test_cimp_imp.tolerance |
Definition at line 140 of file test_cimp_imp.py.
| scripts.test_cimp_imp.velma = VelmaInterface() |
Definition at line 74 of file test_cimp_imp.py.
1.8.13