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

Revision history [back]

click to hide/show revision 1
initial version

I had same problem here : http://answers.ros.org/question/249354/how-to-install-move_group_interface-from-source/ The solution for move_group_interface is

find_package(catkin REQUIRED COMPONENTS
   moveit_ros_planning_interface
   ..... 
)