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

Update path validation

parent 68d96553
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,8 @@ namespace hpp {
// edge of the constraint graph. Two option are possible:
// - Use the steering method to create a new path and validate it.
// - Return a null path.
validPart = path->extract (std::make_pair (oldTR.first,oldTR.first));
// validPart = path->extract (std::make_pair (oldTR.first,oldTR.first));
validPart = pathNoCollision;
return false;
}
......
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