ros-navigation / navigation2

ROS 2 Navigation Framework and System
https://nav2.org/
Other
2.51k stars 1.27k forks source link

nav2 still not available on jazzy (binaries) #4519

Closed g-arjones closed 3 months ago

g-arjones commented 3 months ago

Bug report

Required Info:

Steps to reproduce issue

apt install -y ros-jazzy-nav2-common

Expected behavior

Installs nav2 common packages

Actual behavior

Doesn't find binary packages

Additional information

I've seen a post on ROS discourse announcing the nav2 jazzy release and also the PR on rosdistro was merged but apparently there are no binary releases yet. I assumed the buildfarm would be triggered automatically when things get merged into ros distro... Am I missing something?

g-arjones commented 3 months ago

@SteveMacenski Any pointers, please?

mikeferguson commented 3 months ago

You're waiting on the next sync - http://repo.ros2.org/status_page/ros_jazzy_default.html shows that nav2_* packages have built on testing, but not yet been synced to public. You can switch your deb sources to testing or wait for sync (which is at the discretion/timing of the jazzy ROS boss)

g-arjones commented 3 months ago

I guess I misunderstood this: https://docs.ros.org/en/rolling/The-ROS2-Project/Contributing/Build-Farms.html#execution

Thank you for clarifying...