WUT Velma robot API
|
Integration test. More...
Functions | |
def | deg2rad (deg) |
Variables | |
anonymous | |
velma = VelmaInterface() | |
timeout_s | |
diag = velma.getCoreCsDiag() | |
start_time | |
error = velma.waitForJoint() | |
bool | reset_left = True |
bool | reset_right = True |
bool | move_both = True |
msg | |
hold | |
list | dest_q = [deg2rad(30), deg2rad(30), deg2rad(30), deg2rad(180)] |
Integration test.
def scripts.test_grippers.deg2rad | ( | deg | ) |
Definition at line 45 of file test_grippers.py.
scripts.test_grippers.anonymous |
Definition at line 50 of file test_grippers.py.
Definition at line 111 of file test_grippers.py.
scripts.test_grippers.diag = velma.getCoreCsDiag() |
Definition at line 63 of file test_grippers.py.
scripts.test_grippers.error = velma.waitForJoint() |
Definition at line 73 of file test_grippers.py.
scripts.test_grippers.hold |
Definition at line 104 of file test_grippers.py.
bool scripts.test_grippers.move_both = True |
Definition at line 80 of file test_grippers.py.
scripts.test_grippers.msg |
Definition at line 89 of file test_grippers.py.
bool scripts.test_grippers.reset_left = True |
Definition at line 78 of file test_grippers.py.
bool scripts.test_grippers.reset_right = True |
Definition at line 79 of file test_grippers.py.
scripts.test_grippers.start_time |
Definition at line 72 of file test_grippers.py.
scripts.test_grippers.timeout_s |
Definition at line 57 of file test_grippers.py.
scripts.test_grippers.velma = VelmaInterface() |
Definition at line 54 of file test_grippers.py.