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

Graph helper: add placement constraint to path numerical constraints

parent 229c7c57
No related branches found
No related tags found
No related merge requests found
......@@ -487,8 +487,8 @@ namespace hpp {
// they are satisfied at both ends and the object does not move. The
// former condition is ensured by the placement constraints on both
// ends and the latter is ensure by the LockedJoint constraints.
// place.nc_path.nc.push_back (placement);
// place.nc_path.pdof.push_back (SizeIntervals_t());
place.nc_path.nc.push_back (placement);
place.nc_path.pdof.push_back (SizeIntervals_t());
}
std::copy (objectLocks.begin(), objectLocks.end(), std::back_inserter(place.lj_fol));
......
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