Go to the source code of this file.
|
| | 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]") |
| |