-
Notifications
You must be signed in to change notification settings - Fork 19
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
Ubuntu 22 + ROS2 humble #16
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tandard_args` (NABO) does not match the name of the calling package (Nabo)' by renaming the find nabo cmake file
…er than 11 are not supported! The nvcc flag '-allow-unsupported-compiler' can be used' issue is resolved
…this on one build system
…o work for both cases: beeing compiled inside a ROS workspace and outside
fix lvr2 for ROS humble and ubuntu 22
reenable cuda compilation
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes to make lvr2 compatible with ROS2 - humble on Ubuntu 22 . It should still compile as standalone library as before. Alternatively, you can put lvr2 into your ROS2 workspace's "src" folder for compilation.
I intoduced some cmake options:
This is build on top of PR15: #15 . Therefore, I assume it will compile on Ubuntu 23 as well. I additionally reenabled the CUDA library compilation.