1 """Test CoM admittance control as described in paper, with pre-loaded movements"""
6 from dynamic_graph.sot_talos_balance.utils.run_test_utils
import (
23 if test_folder
is not None:
26 print(
"Executing the trajectory")
29 print(
"Not executing the trajectory")
33 print(
"Putting the robot in position...")
36 print(
"Robot is in position!")
40 print(
"Executing the sinusoid...")
42 print(
"Sinusoid started!")
44 print(
"Not executing the sinusoid")
48 print(
"Stopping the robot...")
51 print(
"Putting the robot back...")
54 print(
"The robot is back in position!")
56 print(
"Not putting the robot back")
58 print(
"Not executing the sinusoid")
62 print(
"Putting the robot in position...")
65 print(
"Robot is in position!")
71 print(
"Raising the foot...")
75 print(
"Foot has been raised!")
76 foot_on_ground =
False
79 print(
"Putting the foot back...")
82 print(
"The foot is back in position!")
85 print(
"Not putting the foot back")
87 print(
"Not raising the foot")
92 print(
"Putting the robot back...")
95 print(
"The robot is back in position!")
97 print(
"Not putting the robot back")
99 print(
"Not raising the foot")
101 input(
"Wait before dumping the data")
def ask_for_confirmation(text)
def run_test(appli, verbosity=1, interactive=True)
def get_file_folder(argv, send=True)