Error when using Ikfast translation3D with MoveIt : "Can only compute FK for Transform6D IK type!"

asked 2018-08-02 19:44:42 -0500

YC gravatar image

updated 2018-08-13 06:47:58 -0500

Hi, I'm willing to plan for a 3dof leg with moveit, using an ikfast transform3D plugin, but it fails with the error "Can only compute FK for Transform6D IK type!".

The IK is OK (tested in rviz with the moveit plugin).

I use setPositionTarget, and was thinking that orientation wasn't used.

For now, i've tweaked computeFK() in ikfast_moveit_plugin.cpp to return a dummy orientation, but it's ugly.

What do i miss ?

Context : debian stretch / Ros melodic

edit retag flag offensive close merge delete