ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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)