Hello,
My setup is Ubuntu 12.04 with the latest ROS Hydro debs as well as
the latest debs for moveit-full and moveit-ikfast.
I am trying to build an IKFast plugin for my 6-dof arm following the
instructions on the MoveIt! wiki
given here.
Everything was proceed smoothly until I reached the following step
to
create
the plugin:
rosrun moveit_ikfast create_ikfast_moveit_plugin.py <myrobot_name> <planning_group_name> <moveit_ik_plugin_pkg> <ikfast_output_path>
at which point I get the following output and error:
IKFast Plugin Generator
Loading robot from 'pedestal_pi_no_gripper_moveit_config'
package ...
Creating plugin in 'pedestal_pi_right_arm' package ...
found 4 planning groups: right_arm, right_hand, head,
kinect
found group 'right_arm'
found source code generated by IKFast version 61
ERROR: can't find ikfast header file at
'/opt/ros/hydro/share/moveit_ikfast/templates/ikfast.h'
Any ideas how to proceed?
Thanks!
patrick