Skip to content

Commit

Permalink
fix ur5_reach.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Nov 13, 2024
1 parent 6649dcb commit ec62d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ur5_reach.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def computeQuasistatic(model: pin.Model, x0, a):
solver.sa_strategy = aligator.SA_LINESEARCH
if args.fddp:
solver = aligator.SolverFDDP(tol, verbose, max_iters=max_iters)
cb = aligator.HistoryCallback()
cb = aligator.HistoryCallback(solver)
solver.registerCallback("his", cb)
solver.setup(problem)
solver.run(problem, init_xs, init_us)
Expand Down

0 comments on commit ec62d9e

Please sign in to comment.