Variables | |
| com_data = np.loadtxt("/tmp/dg_" + evalCommandClient("robot.dynamic.name") + "-com.dat") | |
| comDes_data | |
| dcm_data | |
| input = raw_input | |
| zmp_data = np.loadtxt("/tmp/dg_" + evalCommandClient("robot.dynamic.name") + "-zmp.dat") | |
| zmpDes_data | |
Test CoM admittance control without using the ZMP, with CoM computed as implemented in reference code.
| com_data = np.loadtxt("/tmp/dg_" + evalCommandClient("robot.dynamic.name") + "-com.dat") |
Definition at line 54 of file test_dcmComControl.py.
| comDes_data |
Definition at line 55 of file test_dcmComControl.py.
| dcm_data |
Definition at line 47 of file test_dcmComControl.py.
| input = raw_input |
Definition at line 17 of file test_dcmComControl.py.
| zmp_data = np.loadtxt("/tmp/dg_" + evalCommandClient("robot.dynamic.name") + "-zmp.dat") |
Definition at line 50 of file test_dcmComControl.py.
| zmpDes_data |
Definition at line 51 of file test_dcmComControl.py.