Skip to content
Snippets Groups Projects
Commit 1f8394ad authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Update helper.cc: ps->maxIterations () -> ps->maxIterProjection ().

parent 7144cb93
No related branches found
No related tags found
No related merge requests found
...@@ -1075,7 +1075,7 @@ namespace hpp { ...@@ -1075,7 +1075,7 @@ namespace hpp {
graph->stateSelector ( graph->stateSelector (
GuidedStateSelector::create ("stateSelector", GuidedStateSelector::create ("stateSelector",
ps->roadmap ())); ps->roadmap ()));
graph->maxIterations (ps->maxIterations ()); graph->maxIterations (ps->maxIterProjection ());
graph->errorThreshold (ps->errorThreshold ()); graph->errorThreshold (ps->errorThreshold ());
graphBuilder (objects, grippers, graph, rules); graphBuilder (objects, grippers, graph, rules);
......
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