-
Notifications
You must be signed in to change notification settings - Fork 576
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
Humble: MoveIt2 Getting Started Tutorial - colcon build failed (moveit_ros_planning) #1465
Comments
Hi @vetletj, Do you have moveit2 debians installed (run |
Hello @JafarAbdi, Many thanks for the super fast reply! Console output from
Tried a clean build after, with same result.. Now I deleted the whole workspace and started from scratch - trying to build MoveIt2 from source. But now I'm getting this error when building the workspace:
Maybe something is wrong with my underlay? |
It looks like you are missing |
Hello @tylerjw, Thanks for the input! Tried to clone the repository into my workspace but then I'm getting this error:
|
You need to check out the ros2 branch |
Aha! Went ahead a bit to fast there, thanks. Didn't see this before now so in the meanwhile I've deleted ROS 2 Humble and reinstalled it, now everything with the MoveIt2 source build went smoothly for some reason i don't know. Guess something was off with my underlay. Sadly I'm still not able to build the MoveIt2 tutorials workspace without error:
|
Do you mind running |
Hi. I ran into this same issue. I looked into the Is it possible to merge the current |
Thanks for still trying to help @JafarAbdi, much appreciated. Here is the output from
|
I recommend using main branch for Humble for now, I will take a look on what needs to be done to properly support humble branch with tutorials. |
Thanks for the input @vatanaksoytezer ! Really appreciate all you who try to help us starting out. I tried to change the moveit2 and moveit2_tutorials to main branch, but then getting (as @shu-rt pointed out) build error from
|
@vetletj can you try a clean build by removing |
Deleted
|
Just because I was completely lost, I deleted and reinstalled ROS 2 Humble again, and then tried to build MoveIt2 from source. Now it seems like everything builds fine except three stdrr outputs (SetuptoolsDeprecationWarning). Guess it didn't build correctly before because I didn't have the latest version of setuptools? For clarity, this is how I managed to build MoveIt2 and MoveIt2 Tutorials from source on Ubuntu 22.04 ROS 2 Humble:
At least this is how i managed to make it work. |
setuptools is just a warrning related to ROS2 itself and should not affected build Nevertheless, I'm happy it compiled you get stuff working, thank you for sticking around! |
Hello,
|
I had same issue as this. |
Hey there... Just ran into the issue. Refer here |
Description
Not able to build (MoveIt tutorials source) colcon workspace correctly. Seems like there is a problem with moveit_ros_planning package.
Your environment
Steps to reproduce
Follow Moveit2 "Getting Started" Tutorial.
Expected behaviour
Build colcon workspace without error.
Actual behaviour
Console output
Thanks for considering this.
The text was updated successfully, but these errors were encountered: