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 as implemented in reference code.
| com_data = np.loadtxt("/tmp/dg_" + evalCommandClient("robot.dynamic.name") + "-com.dat") |
Definition at line 53 of file test_dcmComZmpControl.py.
| comDes_data |
Definition at line 54 of file test_dcmComZmpControl.py.
| dcm_data |
Definition at line 46 of file test_dcmComZmpControl.py.
| input = raw_input |
Definition at line 17 of file test_dcmComZmpControl.py.
| zmp_data = np.loadtxt("/tmp/dg_" + evalCommandClient("robot.dynamic.name") + "-zmp.dat") |
Definition at line 49 of file test_dcmComZmpControl.py.
| zmpDes_data |
Definition at line 50 of file test_dcmComZmpControl.py.