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

follow ros convention for build destination folders #16

Conversation

mikaelarguedas
Copy link
Contributor

This PR uses ${CATKIN_PACKAGE_LIB_DESTINATION} and ${CATKIN_PACKAGE_BIN_DESTINATION} variables to allow the build products to be found by ros tools (e.g. rosrun)
This will also allow better support of isolated/non-isolated builds.

@mikaelarguedas
Copy link
Contributor Author

My bad, I got it working without the need for this change. I must have missed something in my catkin config when I tried it the first time. Feel free to close this PR if you don't see any value in using the catkin cmake variables

@facontidavide facontidavide merged commit 8a2d67d into facontidavide:master Jan 9, 2017
@facontidavide
Copy link
Owner

The only thing I really care about is to store the plugins in the same folder as the executable. Both versions should work just fine. I will merge. Thanks

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

Successfully merging this pull request may close these issues.

2 participants