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

Hi. Seems that "camera_pkg" explicitly depends on "library_pkg" which depends on "export_library_pkg". Consider adding in your config file related to library_pkg :

 find_package(export_library_pkg REQUIRED)
 ament_target_dependencies(${PROJECT_NAME} 
              .... 
              export_library_pkg)