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 52 of file test_dcmComZmpControl.py.
| comDes_data |
Definition at line 53 of file test_dcmComZmpControl.py.
| dcm_data |
Definition at line 45 of file test_dcmComZmpControl.py.
| input = raw_input |
Definition at line 16 of file test_dcmComZmpControl.py.
| zmp_data = np.loadtxt("/tmp/dg_" + evalCommandClient("robot.dynamic.name") + "-zmp.dat") |
Definition at line 48 of file test_dcmComZmpControl.py.
| zmpDes_data |
Definition at line 49 of file test_dcmComZmpControl.py.