ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How is the end effector in MoveIt! suppposed to be used?

asked 2019-04-25 11:10:27 -0500

kump gravatar image

updated 2019-04-25 11:10:50 -0500

In the MoveIt! Setup Assistant 2.0, there is a tag "End Effectors", which content translates to the <end_effector> tags of the robot.srdf file.

What is this good for and how was it meant to be used? Given you have one simple robotic manipulator similar to the one on the picture bellow.

image description

Say I want the possition of the link marked as 'end effector' to be controlled by the MoveIt! planner. So I tell the MoveIt! "Move the manipulator in such a way, that this link ends up at coordinates [0.2, 0.1, 1.0]." and it plans the trajectories of the whole arm to satisfy this instruction. How should I set the end effector element and planning groups?

edit retag flag offensive close merge delete

Comments

1

you can set the whole arm as a group and the last link without parent as end_effector

ddl_hust gravatar image ddl_hust  ( 2019-04-25 12:52:03 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-05-02 07:00:51 -0500

kump gravatar image

So, apparently the end effector is supposed to be a part of a planning group. It is used by methods for planning trajectories given the goal pose. The MoveIt! will compute the trajectories of all the joint in the planning group to move this link (end effector) to the specified pose.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-04-25 11:10:27 -0500

Seen: 1,992 times

Last updated: May 02 '19