Variables | |
c = ask_for_confirmation("Execute a sinusoid?") | |
c2 = ask_for_confirmation("Confirm executing the sinusoid?") | |
c3 = ask_for_confirmation("Put the robot back?") | |
c4 = ask_for_confirmation("Put the robot back?") | |
input = raw_input | |
use_force_distribution = ask_for_confirmation("Use output of force distribution?") | |
Test CoM admittance control as described in paper.
c = ask_for_confirmation("Execute a sinusoid?") |
Definition at line 51 of file test_dcmZmpControl_distribute.py.
c2 = ask_for_confirmation("Confirm executing the sinusoid?") |
Definition at line 58 of file test_dcmZmpControl_distribute.py.
bool c3 = ask_for_confirmation("Put the robot back?") |
Definition at line 66 of file test_dcmZmpControl_distribute.py.
bool c4 = ask_for_confirmation("Put the robot back?") |
Definition at line 107 of file test_dcmZmpControl_distribute.py.
input = raw_input |
Definition at line 14 of file test_dcmZmpControl_distribute.py.
use_force_distribution = ask_for_confirmation("Use output of force distribution?") |
Definition at line 22 of file test_dcmZmpControl_distribute.py.