Skip to content
Snippets Groups Projects
Commit 523ae7a0 authored by Ale's avatar Ale
Browse files

1KHz mpc (reduced model)

Closed loop
EndEff tracking cost
Only impedance
parent 95ce7dae
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ def damp_control(device, nb_motors):
device.joints.set_velocity_gains(0.1 * np.ones(nb_motors))
device.joints.set_desired_positions(np.zeros(nb_motors))
device.joints.set_desired_velocities(np.zeros(nb_motors))
device.joints.set_torques(np.zeros(nb_motors))
#device.joints.set_torques(np.zeros(nb_motors))
# Send command to the robot
device.send_command_and_wait_end_of_cycle(params.dt_wbc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment