-
Notifications
You must be signed in to change notification settings - Fork 92
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 noetic #248
Comments
Cool, I am using noetic on Ubuntu 20.04 and will give it a try. |
@machinekoder can you remember if you had to make any tweaks to build in noetic? I am having compilation problems when trying to build on Ubuntu 20.04 with noetic, error is below: CMake Error at /home/composites/catkin_ws/devel/share/descartes_core/cmake/descartes_coreConfig.cmake:113 (message): |
For anybody looking for a solution, it was a $PATH issue in my case. After adding to my path the below and rebuilding, issue was resolved. The solution is from ros/class_loader#149 (comment) export PATH="/usr/bin/:/bin/:/sbin:$PATH" |
This should be in the readme for anyone looking to test this for melodic. |
The melodic-devel branch works nicely in noetic. Please release the package.
The text was updated successfully, but these errors were encountered: