diff --git a/ros_installation.md b/ros_installation.md index d8bc8e3ce..80c1db529 100644 --- a/ros_installation.md +++ b/ros_installation.md @@ -26,9 +26,9 @@ mistakes. At the time of writing, our recommendation is that new users install: -* [Ubuntu Jammy 22.04](https://www.releases.ubuntu.com/jammy/) -* [ROS 2 Humble Hawksbill](https://www.ros.org/reps/rep-2000.html#humble-hawksbill-may-2022-may-2027) -* [Gazebo Fortress](https://gazebosim.org/docs/fortress/install) +* [Ubuntu Noble 24.04](https://www.releases.ubuntu.com/noble/) +* [ROS 2 Jazzy Jalisco](https://www.ros.org/reps/rep-2000.html#jazzy-jalisco-may-2024-may-2029) +* [Gazebo Harmonic](https://gazebosim.org/docs/harmonic/install) ## Summary of Compatible ROS and Gazebo Combinations @@ -37,14 +37,14 @@ other ROS and Gazebo releases are end of life and we do not recommend their continued use. -| | **GZ Citadel (LTS)** | **GZ Fortress (LTS)** | **GZ Garden** | **GZ Harmonic (LTS)** | -|---------------------------|---------------------- |----------------------- |--------------- | ---------------------- | -| **ROS 2 Jazzy (LTS)** | ❌ | ❌ | ⚡ | ✅ | -| **ROS 2 Rolling** | ❌ | ❌ | ⚡ | ✅ | -| **ROS 2 Iron** | ❌ | ✅ | ⚡ | ⚡ | -| **ROS 2 Humble (LTS)** | ❌ | ✅ | ⚡ | ⚡ | -| **ROS 2 Foxy (LTS)** | ✅ | ❌ | ❌ | ❌ | -| **ROS 1 Noetic (LTS)** | ✅ | ⚡ | ❌ | ❌ | +| | **GZ Citadel (LTS)** | **GZ Fortress (LTS)** | **GZ Garden** | **GZ Harmonic (LTS)** | **Gz Ionic** +|---------------------------|---------------------- |----------------------- |--------------- | ---------------------- | ------------ +| **ROS 2 Rolling** | ❌ | ❌ | ⚡ | ⚡ | ✅ +| **ROS 2 Jazzy (LTS)** | ❌ | ❌ | ⚡ | ✅ | ❌ +| **ROS 2 Iron** | ❌ | ✅ | ⚡ | ⚡ | ❌ +| **ROS 2 Humble (LTS)** | ❌ | ✅ | ⚡ | ⚡ | ❌ +| **ROS 2 Foxy (LTS)** | ✅ | ❌ | ❌ | ❌ | ❌ +| **ROS 1 Noetic (LTS)** | ✅ | ⚡ | ❌ | ❌ | ❌ * ✅ - Recommended combination @@ -115,27 +115,29 @@ of writing the following packages are available on the following hosts: * ROS2 Foxy: Gazebo Citadel * ROS2 Humble: Gazebo Fortress * ROS2 Iron: Gazebo Fortress - * ROS2 Rolling: Gazebo Fortress (changing frequently) + * ROS2 Jazzy: Gazebo Harmonic (ROS vendor packages) + * ROS2 Rolling: Gazebo Ionic (ROS vendor packages, changing frequently) * **packages.osrfoundation.org** * Gazebo Citadel * Gazebo Fortress * Gazebo Garden * Gazebo Harmonic + * Gazebo Ionic This means that including the `osrfoundation.org` repository is not strictly needed to get the Gazebo binary packages, as it can be installed from the ROS repository. ## Installing Non-Default Gazebo/ROS 2 Pairings -