We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment: ros2/foxy, latest upgrades as of writing A project with: ament_target_dependencies(${TARGET_NAME} rclcpp std_msgs sensor_msgs OpenCV jpeg cv_bridge image_transport compressed_image_transport)
failed to link against compressed_image_transport::CompressedSubscriber's constructor/destructor.
wild-fix: target_link_libraries(${TARGET_NAME} "/opt/ros/foxy/lib/libcompressed_image_transport.so")
Searched for any hints within the cmake files and found that the cmake-image-transportConfig.cmake has no mention of a library.
Am I missing something obvious?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment: ros2/foxy, latest upgrades as of writing
A project with:
ament_target_dependencies(${TARGET_NAME} rclcpp std_msgs sensor_msgs OpenCV jpeg cv_bridge image_transport compressed_image_transport)
failed to link against compressed_image_transport::CompressedSubscriber's constructor/destructor.
wild-fix: target_link_libraries(${TARGET_NAME} "/opt/ros/foxy/lib/libcompressed_image_transport.so")
Searched for any hints within the cmake files and found that the cmake-image-transportConfig.cmake has no mention of a library.
Am I missing something obvious?
The text was updated successfully, but these errors were encountered: