-
Notifications
You must be signed in to change notification settings - Fork 120
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
Unable to export opencv dependencies when building theora_image_transport cmake #62
Comments
Further progress on debugging this issue. Found relevant issues similar to what had been encountered in ROS1 Kinetic. . [opencv3 with ros kinetic] . [OpenCV3.3.1 is breaking builds in Kinetic] A temporary workaround has been suggested in the link below: Going to try this shortly. Will update whether it works or not. |
Encountering the same problem. Any news on this? |
Hi @svengit, @cardboardcode and I resolved the problem a while ago through changing the following lines image_transport_plugins/theora_image_transport/CMakeLists.txt Lines 96 to 102 in 0565f23
to ament_export_dependencies(rosidl_default_runtime
OpenCV
PkgConfig) Apparently I am not sure this is best solution, but it will avoid the |
Please see ros2/ros1_bridge#276.
Below is a re-iteration of the issue encountered. I have been instructed to file this issue here for relevancy.
Bug report
Required Info:
Ubuntu 18.04, ROS2 Eloquent, ROS1 Melodic, OpenCV 3.2.0
Prebuilt binary. Installed via
sudo apt-get install ros-eloquent-theora-image-transport
Version: eloquent
Default Fast-RTPS
N/A
Steps to reproduce issue
Expected behavior
Colcon build passes.
Actual behavior
Colcon build fails with the following error:
Futher Information
The text was updated successfully, but these errors were encountered: