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

ros2: failed to load plugin theora_pub #37

Closed
kervel opened this issue Jun 17, 2019 · 1 comment
Closed

ros2: failed to load plugin theora_pub #37

kervel opened this issue Jun 17, 2019 · 1 comment

Comments

@kervel
Copy link

kervel commented Jun 17, 2019

Hello,

When trying theora in ROS2, we get

Failed to load plugin image_transport/theora_pub, error string: Could not find library corresponding to plugin image_transport/theora_pub. Make sure the plugin description XML file has the correct name of the library and that the library actually exists.

this was actually reported here first: ros-perception/image_common#113

I think this is due to a simple error in theora_plugins.xml. In the xml file, the path of the library is defined as "lib/theora_image_transport", but in the CMakeLists, the library is called theora_image_transport_component.

Changing the path to simply "theora_image_transport_component" (without the lib/) fixes the error.

Frank

@kervel
Copy link
Author

kervel commented Jun 18, 2019

PR #38

dgossow added a commit that referenced this issue Jul 1, 2019
Fix theora plugin wrong path (#37)
@dgossow dgossow closed this as completed Jul 2, 2019
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

2 participants