-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Release for ROS Noetic #69
Comments
I am happy to merge a PR about this, but probably won't have the time to port it myself. |
We will work on this soon. |
I successfully released the project for ROS Noetic. Please follow:
CMakeLists.txt cloud.cpp
|
Thanks to the steps above, for me one additional step needs to be added for it to work properly: CMakeLists.txt line 93 elseif(${DISTRO} MATCHES "16.04" OR ${DISTRO} MATCHES "18.04") -> elseif(${DISTRO} MATCHES "16.04" OR ${DISTRO} MATCHES "18.04" OR ${DISTRO} MATCHES "20.04") |
Edited the codes (Ref: PRBonn#69)
Will there be a release for ROS Noetic? Thank you for your great work.
The text was updated successfully, but these errors were encountered: