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
find_package(catkin REQUIRED COMPONENTS
  [..]
  lib_polygon
  [..]
)

Your "library package" is called ci_can_lib, but your path_recorder package searches for lib_polygon?

If there is no lib_polygon, then Catkin (really: CMake) will emit those errors.