moveit / moveit2

:robot: MoveIt for ROS 2
https://moveit.ai/
BSD 3-Clause "New" or "Revised" License
1.04k stars 512 forks source link

Binary install is not working for jazzy #2893

Closed celuti closed 1 month ago

celuti commented 3 months ago

It is not possible to install MoveIt 2 from binary in Ubuntu 24.04 with ROS Jazzy: sudo apt install ros-jazzy-moveit produces: Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package ros-jazzy-moveit

ukicomputers commented 3 months ago

Try with this glob, on machine that has installed ROS 2 Jazzy: apt-get install -y "ros-jazzy-moveit-*" --no-install-recommends

sjahr commented 3 months ago

The jazzy sync was delayed a bit: https://discourse.ros.org/t/preparing-for-jazzy-sync-and-patch-release-2024-06-28/38340. Does it work now?

celuti commented 3 months ago

The jazzy sync was delayed a bit: https://discourse.ros.org/t/preparing-for-jazzy-sync-and-patch-release-2024-06-28/38340. Does it work now?

Still not, but I managed to install each subpackage individually as proposed @ukicomputers. Thank you!

sea-bass commented 1 month ago

Just tried

sudo apt list | grep ros-jazzy-moveit

and the packages are there now. Will go ahead and close it.