WUT Velma robot API
Namespaces | Functions | Variables
test_cimp_imp.py File Reference

Runs test for motions in cart_imp mode. More...

Go to the source code of this file.

Namespaces

 scripts.test_cimp_imp
 Integration test.
 

Functions

def scripts.test_cimp_imp.planAndExecute (q_dest)
 
def scripts.test_cimp_imp.makeWrench (lx, ly, lz, rx, ry, rz)
 

Variables

dictionary scripts.test_cimp_imp.q_map_starting
 
dictionary scripts.test_cimp_imp.q_map_1
 
 scripts.test_cimp_imp.velma = VelmaInterface()
 
 scripts.test_cimp_imp.timeout_s
 
 scripts.test_cimp_imp.diag = velma.getCoreCsDiag()
 
 scripts.test_cimp_imp.p = Planner(velma.maxJointTrajLen())
 
 scripts.test_cimp_imp.start_time
 
 scripts.test_cimp_imp.error = velma.waitForJoint()
 
 scripts.test_cimp_imp.js = velma.getLastJointState()
 
 scripts.test_cimp_imp.tolerance
 
 scripts.test_cimp_imp.js_init = velma.getLastJointState()
 
 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 ))
 
 scripts.test_cimp_imp.T_B_T_diff = PyKDL.diff(T_B_Trd, velma.getTf("B", "Tr"), 1.0)
 
list scripts.test_cimp_imp.imp_list
 

Detailed Description

Runs test for motions in cart_imp mode.

Definition in file test_cimp_imp.py.