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

You likely need to add:

find_package(
  ...
  moveit_ros_planning_interface
)

and

catkin_package(
  ...
  moveit_ros_planning_interface
)

to CMakeLists. Also add this to package.xml:

<depend>moveit_ros_planning_interface</depend>