Skip to content
New issue

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

Linking Libraries image_transport_plugins on foxy #69

Open
AlexandrusConstantus opened this issue Jan 4, 2021 · 0 comments
Open

Linking Libraries image_transport_plugins on foxy #69

AlexandrusConstantus opened this issue Jan 4, 2021 · 0 comments

Comments

@AlexandrusConstantus
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant