1 """Test CoM admittance control as described in paper."""
5 from dynamic_graph.sot_talos_balance.utils.run_test_utils
import (
18 run_test(
"appli_dcmCoupledAnkleControl.py")
21 input(
"Wait before running the test")
24 print(
"Set controller")
25 runCommandClient(
"plug(robot.zmp_estimator.emergencyStop,robot.cm.emergencyStop_zmp)")
27 "plug(robot.distribute.emergencyStop,robot.cm.emergencyStop_distribute)"
38 print(
"Putting the robot in position...")
41 print(
"Robot is in position!")
45 print(
"Executing the sinusoid...")
47 print(
"Sinusoid started!")
49 print(
"Not executing the sinusoid")
53 print(
"Stopping the robot...")
56 print(
"Putting the robot back...")
59 print(
"The robot is back in position!")
61 print(
"Not putting the robot back")
63 print(
"Not executing the sinusoid")
65 input(
"Wait before ending the test")
def ask_for_confirmation(text)
def run_ft_calibration(sensor_name, force=False)
def run_test(appli, verbosity=1, interactive=True)