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

Release for noetic #248

Open
machinekoder opened this issue Oct 21, 2020 · 4 comments
Open

Release for noetic #248

machinekoder opened this issue Oct 21, 2020 · 4 comments

Comments

@machinekoder
Copy link

The melodic-devel branch works nicely in noetic. Please release the package.

@gy2256
Copy link

gy2256 commented Feb 7, 2021

Cool, I am using noetic on Ubuntu 20.04 and will give it a try.

@anilkir
Copy link

anilkir commented Apr 22, 2022

@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):
Project 'descartes_core' specifies '/include' as an include dir, which is
not found. It does neither exist as an absolute directory nor in
'/home/composites/catkin_ws/src/descartes/descartes_core//include'. Check
the website 'https://github.com/industrial-moveit/descartes_core' for
information and consider reporting the problem.
Call Stack (most recent call first):
/opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package)
descartes/descartes_trajectory/CMakeLists.txt:4 (find_package)

@anilkir
Copy link

anilkir commented Jun 23, 2022

@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): Project 'descartes_core' specifies '/include' as an include dir, which is not found. It does neither exist as an absolute directory nor in '/home/composites/catkin_ws/src/descartes/descartes_core//include'. Check the website 'https://github.com/industrial-moveit/descartes_core' for information and consider reporting the problem. Call Stack (most recent call first): /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package) descartes/descartes_trajectory/CMakeLists.txt:4 (find_package)

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"

@thebirdgr
Copy link

This should be in the readme for anyone looking to test this for melodic.

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

4 participants