WUT Velma robot API
|
Integration test. More...
Variables | |
q_map_0 | |
q_map_starting | |
dictionary | q_map_goal |
dictionary | q_map_intermediate |
velma = VelmaInterface() | |
timeout_s | |
msg | |
diag = velma.getCoreCsDiag() | |
start_time | |
error = velma.waitForJoint() | |
js = velma.getLastJointState() | |
tolerance | |
position_tol | |
velocity_tol | |
Integration test.
scripts.test_jimp.diag = velma.getCoreCsDiag() |
Definition at line 106 of file test_jimp.py.
scripts.test_jimp.error = velma.waitForJoint() |
Definition at line 113 of file test_jimp.py.
scripts.test_jimp.js = velma.getLastJointState() |
Definition at line 120 of file test_jimp.py.
scripts.test_jimp.msg |
Definition at line 95 of file test_jimp.py.
scripts.test_jimp.position_tol |
Definition at line 126 of file test_jimp.py.
scripts.test_jimp.q_map_0 |
Definition at line 54 of file test_jimp.py.
dictionary scripts.test_jimp.q_map_goal |
Definition at line 66 of file test_jimp.py.
dictionary scripts.test_jimp.q_map_intermediate |
Definition at line 75 of file test_jimp.py.
scripts.test_jimp.q_map_starting |
Definition at line 60 of file test_jimp.py.
scripts.test_jimp.start_time |
Definition at line 112 of file test_jimp.py.
scripts.test_jimp.timeout_s |
Definition at line 94 of file test_jimp.py.
scripts.test_jimp.tolerance |
Definition at line 121 of file test_jimp.py.
scripts.test_jimp.velma = VelmaInterface() |
Definition at line 92 of file test_jimp.py.
scripts.test_jimp.velocity_tol |
Definition at line 126 of file test_jimp.py.