1 """Test CoM admittance control as described in paper,
2 with a Reference Velocity provided"""
9 from dynamic_graph.sot_talos_balance.utils.run_test_utils
import (
16 run_test(
"appli_joystick_dcmZmpControl.py")
19 input(
"Wait before running the test")
22 print(
"Connect ZMP reference")
23 runCommandClient(
"plug(robot.zmp_estimator.emergencyStop,robot.cm.emergencyStop_zmp)")
24 runCommandClient(
"plug(robot.dcm_control.zmpRef,robot.com_admittance_control.zmpDes)")
26 "robot.com_admittance_control.setState(robot.wp.comDes.value,[0.0,0.0,0.0])"
34 print(
"Executing the trajectory")
38 print(
"Not executing the trajectory")
40 input(
"Wait before dumping the data")
def ask_for_confirmation(text)
def run_ft_calibration(sensor_name, force=False)
def run_test(appli, verbosity=1, interactive=True)