diff --git a/src/graph/helper.cc b/src/graph/helper.cc index 192697a4ccec3d7d2983398de6326fa87ee3c623..9938530b8d9b046af992eb7a7b98b19beb1269de 100644 --- a/src/graph/helper.cc +++ b/src/graph/helper.cc @@ -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));