Skip to content
Snippets Groups Projects
Commit 02c680fc authored by Pierre-Alexandre Leziart's avatar Pierre-Alexandre Leziart
Browse files

Enable friction cone and control bounds

parent 003a018f
No related branches found
No related tags found
1 merge request!32Draft: Reverse-merge casadi-walking into new WBC devel branch
...@@ -137,10 +137,10 @@ class ProblemData(problemDataAbstract): ...@@ -137,10 +137,10 @@ class ProblemData(problemDataAbstract):
self.ground_collision_w = 1e3 * 0 self.ground_collision_w = 1e3 * 0
# Constraints weights # Constraints weights
self.friction_cone_w = 1e4 * 0 self.friction_cone_w = 1e3
self.impact_altitude_w = 1e3 * 0 self.impact_altitude_w = 1e3 * 0
self.impact_velocity_w = 1e3 * 0 self.impact_velocity_w = 1e3 * 0
self.control_bound_w = 1e3 * 0 self.control_bound_w = 1e3
# Regularization weights # Regularization weights
self.control_reg_w = 1e0 * 0 self.control_reg_w = 1e0 * 0
......
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