Skip to content
Snippets Groups Projects
Commit 01977fee authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

Fix bug in handle.cc

parent cbbaf81a
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ namespace hpp {
ImplicitPtr_t result (Implicit::create
(RelativeTransformation::create
(n, robot(), gripper->joint (), joint (),
transform, localPosition(), mask_),
M, localPosition(), mask_),
ComparisonTypes_t(maskSize (mask_), constraints::EqualToZero)));
return result;
}
......
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