Skip to content

Commit

Permalink
MoveGroupInterface: Fixed computeCartesianPath to use selected end-ef…
Browse files Browse the repository at this point in the history
…fector. (moveit#580)
  • Loading branch information
hartmanndennis authored and bmagyar committed Aug 17, 2017
1 parent f5a6df0 commit e855354
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,7 @@ class MoveGroupInterface::MoveGroupInterfaceImpl
req.jump_threshold = jump_threshold;
req.path_constraints = path_constraints;
req.avoid_collisions = avoid_collisions;
req.link_name = getEndEffectorLink();

if (cartesian_path_service_.call(req, res))
{
Expand Down

0 comments on commit e855354

Please sign in to comment.