KDL IK fails in Descartes
I am using Descartes library on Ubuntu 16.04 ROS kinetic for my Denso robot.
I am using IkFastMoveitStateAdapter
with KDLKinematicsPlugin
defined in the kinematics.yaml
. I am able to load this plugin successfully. But the getAllIK()
in IkFastMoveitStateAdapter
fails since there no solutions found for any point of the cartesian trajectory. The pose seems to be reachable by the arm. How do I know if the kinematics plugin is setup correctly? Can I use the standard KDL plugin or I need to build a custom IKFast plugin for my robot? What else might I be missing?
I found a similar issue here, but somehow it does not solve my problem