diff --git a/include/hpp/manipulation/axial-handle.hh b/include/hpp/manipulation/axial-handle.hh index 5f722870afe0205b05afee449dbff7001cc8da58..cb0c837465a8af81fd9fab5b45665038ef0edfd5 100644 --- a/include/hpp/manipulation/axial-handle.hh +++ b/include/hpp/manipulation/axial-handle.hh @@ -66,6 +66,8 @@ namespace hpp { /// \return the constraint of relative transformation between the handle and /// the gripper. /// \note The translation along x-axis and the rotation around z-axis are not constrained. + /// \todo this function is never called. It should follow changes of + /// Handle::createPreGrasp prototype. virtual NumericalConstraintPtr_t createPreGrasp (const GripperPtr_t& gripper) const; diff --git a/src/handle.cc b/src/handle.cc index f68a5d0cb9eec0aa95343a8caadf812fd5222a0a..772e8fc4d33acc8bff4020aed92d2c9c5fb69df7 100644 --- a/src/handle.cc +++ b/src/handle.cc @@ -111,7 +111,7 @@ namespace hpp { * Transform3f (fcl::Vec3f (shift,0,0)); return NumericalConstraintPtr_t (NumericalConstraint::create (RelativeTransformation::create - ("Transformation_(0,1,1,1,1,1)_" + name () + ("Transformation_(1,1,1,1,1,1)_" + name () + "_" + gripper->name (), gripper->joint()->robot(), gripper->joint (), joint (),