Skip to content
Snippets Groups Projects
Commit 2541308f authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix GraphOptimizer (use PathProjector in sub-problems)

parent c887c0e5
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ namespace hpp { ...@@ -39,6 +39,7 @@ namespace hpp {
core::Problem p (problem().robot()); core::Problem p (problem().robot());
p.distance(problem().distance()); p.distance(problem().distance());
p.pathValidation(gpv->innerValidation()); p.pathValidation(gpv->innerValidation());
p.pathProjector(problem().pathProjector());
path->flatten (expanded); path->flatten (expanded);
ConstraintSetPtr_t c; ConstraintSetPtr_t c;
......
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