Skip to content
Snippets Groups Projects
Verified Commit a949b51d authored by Justin Carpentier's avatar Justin Carpentier
Browse files

example: lower damping

parent f14adafe
No related branches found
No related tags found
1 merge request!1merge request for simplification
......@@ -15,7 +15,7 @@ q = pinocchio.neutral(model)
eps = 1e-4
IT_MAX = 1000
DT = 1e-1
damp = 1e-6
damp = 1e-12
i=0
while True:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment