-
Notifications
You must be signed in to change notification settings - Fork 575
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
Moveit2 Source Build Linux - Colcon Build Error #1611
Comments
Do you mind running |
Of course! Thank you for the quick response. Here is the output of the command
|
what's your cmake version? I had similar issue with cmake 3.24.1, and my solution was drop back cmake version to 3.23.2. |
when i run the cmake --version command i get 3.24.2, but when i run apt policy cmake i get the following:
which version are you asking for and how do i downgrade the one affecting the moveit2 build? |
I'm not sure how you downgrade as it seems 3.22.1 is the one you have installed via apt. Maybe you installed it manually somehow? When I run cmake --version on my machine (ubuntu 22) I see this response:
Running |
Allright, I managed to install cmake 3.23.2 separately and changed the paths for cmake to point to it. Moveit2 including the tutorials built succesfully. Yet for future developers, I request you to add some clear and detailed instruction to the moveit2 source build page regarding the specific cmake version necessary for build. Closing the issue. |
Thank you for following up this fixed your issue. |
Description
Attempting to build MoveIt2 with ROS2 Humble installed from binary. I have tried every single possible solution I could find in the previously closed issues, unfortunately to no avail.
Your Environment
ROS Distro: Humble
OS Version: Ubuntu 22.04
Source or Binary build: Binary
Steps to reproduce
Follow instructions at https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html and https://moveit.ros.org/install-moveit2/source/
Expected behaviour
The build should succeed.
Actual behaviour
Build Errors with controller_manager relating to absent export targets. Failed moveit2 build.
Backtrace or Console Output
The text was updated successfully, but these errors were encountered: