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

Can you seperate a Inverse Kinematic Model with Move it setup assistant?

asked 2019-08-04 05:32:10 -0500

Meric gravatar image
 roslaunch moveit_setup_assistant setup_assistant.launch

As you know there is a Moveit setup assistant interface for creating moveit packages. In my case I would like to generate a inverse kinematics model from existing model. In other words I have a UR5 robot that I am using in my simulations with Moveit. UR5 robot is 6 DOF robot. But I would like to make a inverse kinematics model with only last 3 Joints of this robot. Is it possible?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-08-04 10:23:16 -0500

gvdhoorn gravatar image

But I would like to make a inverse kinematics model with only last 3 Joints of this robot. Is it possible?

The MoveIt Setup Assistant doesn't generate any IK or FK solvers.

So the answer would be "no".

It is however possible to create a group of 3 joints only with the MSA. You'd still have to find / write / generate an IK solver though.

edit flag offensive delete link more

Comments

Thank you for your answer but It is not clear for me, I made a 3 joint group with MSA. In this tutorial link under "Define Planning Groups" and set the Kinematic solver as kdl_kinematics_plugin.

http://docs.ros.org/kinetic/api/movei...

This selection will handle the inverse and forward kinematics for this group right?

Meric gravatar image Meric  ( 2019-08-04 12:49:13 -0500 )edit

You'll have t check the latest status, but afaik KDL doesn't work for 3 dof chains.

gvdhoorn gravatar image gvdhoorn  ( 2019-08-05 03:07:01 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-08-04 05:32:10 -0500

Seen: 182 times

Last updated: Aug 04 '19