-
Notifications
You must be signed in to change notification settings - Fork 198
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
Getting Started Errors Ubuntu 24.04 #935
Comments
This is an issue with the Python packages configured locally on your end -- see e.g. here: ros/genmsg#63 Given you're on Ubuntu 24.04, and if you don't want to use a virtual environment to do pip installs, you could consider trying |
Thanks for the clue @sea-bass. I'll try rebuilding my virtual env with python. |
I pasted a link wrong in my previous comment. Updated. |
Description
Failing to get through the build step of the moveit2 tutorial https://moveit.picknik.ai/main/doc/tutorials/getting_started/getting_started.html#install-ros-2-and-colcon
Your environment
Moveit2: 1d93035fc4fbc2831916bce26d7b03e15b8a86d5
Tutorials: b05445a
Steps to reproduce
I'm just following along the tutorial here https://moveit.picknik.ai/main/doc/tutorials/getting_started/getting_started.html#install-ros-2-and-colcon
When I try to
colcon build --mixin release
, I first get errors about catkin_pkg not being found to import. After pip installing catkinpip install catkin_pkg
(seems like it shouldn't be needed anymore) I get a different error withmoveit_msgs
I attached my notes stepping thru each step as markdown using warp terminal.
Expected behaviour
The build should complete successfully. I do recognize I'm on Ubuntu 24.04 and using the latest Ros2 build but it seems worth logging as an issue for those targets. I'll attempt to work around this by using a docker container to work with move it.
MoveIt Getting Started.md
Backtrace or Console output
Use gist.github.com to copy-paste the console output or segfault backtrace using gdb.
The text was updated successfully, but these errors were encountered: