Skip to content
Snippets Groups Projects
Commit 55c39e3a authored by Sylvain CALINON's avatar Sylvain CALINON
Browse files

relative weight on orientation added in octave example

parent ec1ef544
Branches
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ for i in range(param.nbIter):
u = u + du * alpha
if np.linalg.norm(du * alpha) < 1E-2 or cost < 1.5e-3:
if np.linalg.norm(du * alpha) < 1E-2: #or cost < 1.5e-3:
break # Stop iLQR iterations when solution is reached
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment