open-rmf / rmf

Root repository for the RMF software
Apache License 2.0
223 stars 57 forks source link

[Other issue]: Unable to locate package ros-jazzy-rmf-dev #486

Open jabrail-chumakov opened 4 days ago

jabrail-chumakov commented 4 days ago

Before proceeding, is there an existing issue or discussion for this?

Description

Just tried to install open-rmf on my Ubuntu 24 with ros jazzy, by faced following error after sudo apt update && sudo apt install ros-jazzy-rmf-dev : Unable to locate package ros-jazzy-rmf-dev

Just in case, my ros2 is properly installed, I have amd64. How can I solve it?

Yadunund commented 4 days ago

The package will be released for the first time into Jazzy after the next sync: https://discourse.ros.org/t/preparing-for-jazzy-sync-and-patch-release-2024-06-28/38340

Yadunund commented 4 days ago

If you want to try it out before the official release, you can test with the pre-release binaries by following instructions here https://docs.ros.org/en/jazzy/Installation/Testing.html and re-runing the install command.

jabrail-chumakov commented 4 days ago

@Yadunund So does it mean that it will be released today?

Yadunund commented 4 days ago

The date on the post is an estimate and it will be updated once the sync is complete. Please keep an eye out.

jabrail-chumakov commented 4 days ago

@Yadunund So what ROS2 version is supported at the moment, so I can use RMF?

Yadunund commented 4 days ago

The various distros listed in our README: https://github.com/open-rmf/rmf#installation-instructions

jabrail-chumakov commented 4 days ago

@Yadunund Yes, but it's listed there that "jazzi" is supported image

Yadunund commented 4 days ago

Yes I'm aware and we do support Jazzy. You will find jazzy branches on all Open-RMF repos and you can build Open-RMF from source on Jazzy with these branches checked out. We've also released binary versions of these packages but they take time to be available on the ROS buildfarm.

See release notes for more information: https://github.com/open-rmf/rmf/releases/tag/release-jazzy-240617 and specifically the

Note: The binaries will be available after the next Jazzy sync.