Skip to content

Commit dd457e3

Browse files
committed
fix ur5_reach.py
1 parent 241ce0f commit dd457e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ur5_reach.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def computeQuasistatic(model: pin.Model, x0, a):
125125
solver.sa_strategy = aligator.SA_LINESEARCH
126126
if args.fddp:
127127
solver = aligator.SolverFDDP(tol, verbose, max_iters=max_iters)
128-
cb = aligator.HistoryCallback()
128+
cb = aligator.HistoryCallback(solver)
129129
solver.registerCallback("his", cb)
130130
solver.setup(problem)
131131
solver.run(problem, init_xs, init_us)

0 commit comments

Comments
 (0)