sot-talos-balance  2.0.5
Collection of dynamic-graph entities aimed at implementing balance control on talos.
test_coupled_ankle_admittance.py File Reference

Go to the source code of this file.

Namespaces

 sot_talos_balance.test.test_coupled_ankle_admittance
 

Variables

 input = raw_input
 
int LeftPitchJoint = 4
 
int LeftRollJoint = 5
 
int RightPitchJoint = 10
 
int RightRollJoint = 11
 
 tauDesLP = evalCommandClient("robot.pitchController.tauDesL.value")
 
 tauDesLR = evalCommandClient("robot.rollController.tauDesL.value")
 
 tauDesRP = evalCommandClient("robot.pitchController.tauDesR.value")
 
 tauDesRR = evalCommandClient("robot.rollController.tauDesR.value")
 
 tauLP = evalCommandClient("robot.device.ptorque.value[LeftPitchJoint]")
 
 tauLR = evalCommandClient("robot.device.ptorque.value[LeftRollJoint]")
 
 tauRP = evalCommandClient("robot.device.ptorque.value[RightPitchJoint]")
 
 tauRR = evalCommandClient("robot.device.ptorque.value[RightRollJoint]")