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

Noetic version of procilica camera cause error when nodelet is used. #24

Open
sktometometo opened this issue Nov 16, 2023 · 1 comment

Comments

@sktometometo
Copy link

sktometometo commented Nov 16, 2023

If apt version of this package is installed to ROS Noetic PC. Error about plugin definition happens and plugin system cannot be used.

TODO

This is because actual placement of nodelet_plugin.xml and definition of it in package.xml are different if this package is installed. This causes error.

<export>
<nodelet plugin="${prefix}/plugins/nodelet_plugins.xml" />
</export>

install(FILES prosilica.launch streaming.launch plugins/nodelet_plugins.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

@sktometometo
Copy link
Author

There is already solution for this problem. #22

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