Skip to content
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

Add ROS 2 Jazzy's planned Gazebo pairing #421

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions ros_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,21 @@ 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 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)** |
|---------------------------|---------------------- |----------------------- |--------------- | ---------------------- |
| **ROS 2 Jazzy (LTS)[^1]** | ❌ | ❌ | ⚡ | ✅ |
| **ROS 2 Rolling** | ❌ | ✅ | ⚡ | ⚡ |
| **ROS 2 Iron** | ❌ | ✅ | ⚡ | ⚡ |
| **ROS 2 Humble (LTS)** | ❌ | ✅ | ⚡ | ⚡ |
| **ROS 2 Foxy (LTS)** | ✅ | ❌ | ❌ | ❌ |
| **ROS 1 Noetic (LTS)** | ✅ | ⚡ | ❌ | ❌ |


* ✅ - Recommended combination
* ❌ - Incompatible / not possible.
* ⚡ - Possible, *but use with caution*. These combinations of ROS and Gazebo can
be made to work together, but some effort is required.
[^1] When ROS 2 Jazzy is released, it will be paired with Gazebo Harmonic.


## Installing the Default Gazebo/ROS Pairing
Expand Down
Loading