Different branches of this repository support different combinations of ROS 1, ROS 2 and Gazebo. Refer to the README to see what combinations are supported.
We use 2 separate approaches for releasing ROS-enabled binaries:
- Release upstream into https://packages.ros.org, so it's easily available to all ROS users.
- Release into https://packages.osrfoundation.org, which requires extra setup for ROS users.
Releasing into ROS packages is ideal, but that's only possible if the necessary Gazebo libraries are available either through official Ubuntu packages, or directly from https://packages.ros.org. This situation varies according to the Gazebo version:
- Citadel is available from:
- https://packages.osrfoundation.org: all Ubuntu versions
- https://packages.ros.org: only Ubuntu Focal
- Dome is only available from https://packages.osrfoundation.org
- Edifice is available from:
- https://packages.osrfoundation.org: all Ubuntu versions
- https://packages.ros.org: only Ubuntu Focal, once ROS 2 Galactic is out
Another factor to take into consideration is which Gazebo version is officially supported for each ROS distro according to the following REPS:
These factors determine which ROS + Gazebo combinations are released into each repository.
All ros_gz
packages are under fast development and haven't reached version
1.0 yet. The team will make an effort to keep changes backwards compatible
within a ROS distribution, but API / ABI / behaviour may be broken if necessary.
The versioning scheme uses the minor version to identify ROS and Gazebo versions:
- 1st digit:
- ROS 1: 1
- ROS 2: 2
- 2nd digit:
- Melodic: 0
- Noetic: 1
- Dashing: 0
- Eloquent: 1
- Foxy: 2
- Galactic: 3
- Humble: 4
- 3rd digit:
- Blueprint: 0
- Citadel: 1
- Dome: 2
- Edifice: 3
- Fortress: 4
- Garden: 5
ROS | Gazebo | Version |
---|---|---|
Melodic | Blueprint | 0.100.X |
Melodic | Citadel | 0.101.X |
Noetic | Blueprint | ❌ |
Noetic | Citadel | 0.111.X |
Noetic | Dome | 0.112.X |
Noetic | Edifice | 0.113.X |
Dashing | Blueprint | 0.200.X |
Dashing | Citadel | 0.201.X |
Eloquent | Blueprint | 0.210.X |
Eloquent | Citadel | 0.211.X |
Foxy | Blueprint | ❌ |
Foxy | Citadel | 0.221.X |
Foxy | Dome | 0.222.X |
Foxy | Edifice | 0.223.X |
Releasing into https://packages.ros.org
- Follow the standard ROS release process.
Releasing into https://packages.osrfoundation.org
-
From the standard ROS release process, follow just these steps:
catkin_generate_changelog
catkin_prepare_release
-
Install
rosdep
for Gazebo packages and run rosdep updatesudo bash -c 'echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/ignition/ignition.yaml" >> /etc/ros/rosdep/sources.list.d/00-ignition.list' rosdep update
-
Bloom it into a custom repository
BLOOM_RELEASE_REPO_BASE=https://github.com/osrf/ bloom-release --no-pull-request --rosdistro melodic --track melodic ros_gz
Will fail fedora: ignore and continue:
# Would you like to try again? [Y/n]? n # Skip generator action and continue with release [y/N]? y
-
Use release-tools's script to launch jenkins jobs:
cd release-tools/bloom ./ros_gz_bridge-release.py.bash 0.8.0 https://github.com/gazebosim/ros_ign-release <ros_distro> <token> --gz-version <version_name>