moveit / moveit_ikfast

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
12 stars 20 forks source link

Fix IKfast plugin undefined symbol poseMsgToKDL #9

Closed fsuarez6 closed 11 years ago

fsuarez6 commented 11 years ago

While attempting the Kinematics/C++ API Tutorial the following error raises: symbol lookup error: ikfast_kinematics_plugin.so: undefined symbol: _ZN2tf12poseMsgToKDLERKN13geometry_msgs5Pose_ISaIvEEERN3KDL5FrameE This is because the plugin cannot find poseMsgToKDL function from the tf_conversions package.

About the IKTYPE_TRANSFORM_6D definition I think it should be added by create_ikfast_moveit_plugin.py.