Skip to content
Snippets Groups Projects
Commit a56aec47 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Update to modification in hpp-model

  rename handlePositionInJoint as objectPositionInJoint.
parent 1b6c76d9
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ namespace hpp {
return RelativeTransformation::create
(gripper->joint()->robot(), gripper->joint (), joint(),
inverse (localPosition()) *
gripper->handlePositionInJoint (), mask);
gripper->objectPositionInJoint (), mask);
}
HandlePtr_t AxialHandle::clone () const
{
......
......@@ -35,7 +35,7 @@ namespace hpp {
std::vector <bool> mask = list_of (true)(true)(true)(true)(true)(true);
return RelativeTransformation::create
(gripper->joint()->robot(), gripper->joint (), joint(), inverse (localPosition()) *
gripper->handlePositionInJoint (), mask);
gripper->objectPositionInJoint (), mask);
}
HandlePtr_t Handle::clone () const
......
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