Skip to content
Snippets Groups Projects
Commit 30c58b21 authored by Ale's avatar Ale
Browse files

modified weight

parent 85e1a253
No related tags found
No related merge requests found
Pipeline #21365 failed
......@@ -94,7 +94,7 @@ class ProblemData(problemDataAbstract):
# Cost function weights
# Cost function weights
ref_foot_flying_altitude = 7e-2
self.fly_high_slope = 100 #3 / ref_foot_flying_altitude
self.fly_high_slope = 3 / ref_foot_flying_altitude
self.mu = 0.7
self.base_velocity_tracking_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