Skip to content
Snippets Groups Projects
Commit 816b687c authored by Ale's avatar Ale
Browse files

step motion ok

parent 714d81a6
No related branches found
No related tags found
No related merge requests found
Pipeline #21103 failed
...@@ -25,7 +25,7 @@ robot: ...@@ -25,7 +25,7 @@ robot:
dt_mpc: 0.015 # Time step of the model predictive control dt_mpc: 0.015 # Time step of the model predictive control
type_MPC: 3 # Which MPC solver you want to use: 0 for OSQP MPC, 1, 2, 3 for Crocoddyl MPCs type_MPC: 3 # Which MPC solver you want to use: 0 for OSQP MPC, 1, 2, 3 for Crocoddyl MPCs
save_guess: true # true to interpolate the impedance quantities between nodes of the MPC save_guess: true # true to interpolate the impedance quantities between nodes of the MPC
movement: "circle" # name of the movement to perform movement: "step" # name of the movement to perform
interpolate_mpc: true # true to interpolate the impedance quantities between nodes of the MPC interpolate_mpc: true # true to interpolate the impedance quantities between nodes of the MPC
interpolation_type: 3 # 0,1,2,3 decide which kind of interpolation is used interpolation_type: 3 # 0,1,2,3 decide which kind of interpolation is used
# Kp_main: [0.0, 0.0, 0.0] # Proportional gains for the PD+ # Kp_main: [0.0, 0.0, 0.0] # Proportional gains for the PD+
......
...@@ -170,7 +170,7 @@ class ProblemDataFull(problemDataAbstract): ...@@ -170,7 +170,7 @@ class ProblemDataFull(problemDataAbstract):
# Cost function weights # Cost function weights
self.mu = 0.7 self.mu = 0.7
self.foot_tracking_w = 1e4 self.foot_tracking_w = 1e5
self.friction_cone_w = 1e3 self.friction_cone_w = 1e3
self.control_bound_w = 1e3 self.control_bound_w = 1e3
self.control_reg_w = 1e2 self.control_reg_w = 1e2
......
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