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

It seems like you might be missing some important ROS pkgs in your cmakelists. Try adding the following to your cmakelists before the following line in your code: find_package(OpenCV 3.0 QUIET)

find_package(catkin REQUIRED COMPONENTS
  roscpp
  rospy
  std_msgs
  )