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

Fix cmake file while building with install option #57

Open
murikill opened this issue May 3, 2022 · 2 comments
Open

Fix cmake file while building with install option #57

murikill opened this issue May 3, 2022 · 2 comments

Comments

@murikill
Copy link

murikill commented May 3, 2022

Nodelet error occurs, when the package was built with install option.

Please add following lines to the cmake file:

install(
  FILES nodelets.xml
  DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
@simonkerscher
Copy link

PR with this change is here: #75

@yangfanFred
Copy link
Contributor

Hi Muri and Simon,

Thanks for the fix PR, we will test and update codes.

Thanks,
Fred

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

3 participants