Skip to content

Commit

Permalink
Remove references to Rolling in Humble install instructions (#2470)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <[email protected]>
  • Loading branch information
jacobperron authored May 9, 2022
1 parent 6386091 commit 26970c7
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 26 deletions.
2 changes: 1 addition & 1 deletion source/Installation/DDS-Implementations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It is compatible with multiple DDS or RTPS (the DDS wire protocol) vendors.
There is currently support for eProsima's Fast DDS, RTI's Connext DDS, Eclipse Cyclone DDS, and GurumNetworks GurumDDS.
See https://ros.org/reps/rep-2000.html for supported DDS vendors by distribution.

In Rolling, the default DDS vendor is eProsima's Fast DDS.
In Humble, the default DDS vendor is eProsima's Fast DDS.

* :doc:`Working with Eclipse Cyclone DDS <DDS-Implementations/Working-with-Eclipse-CycloneDDS>` explains how to utilize Cyclone DDS.
* :doc:`Working with eProsima Fast DDS <DDS-Implementations/Working-with-eProsima-Fast-DDS>` explains how to utilize Fast DDS.
Expand Down
2 changes: 1 addition & 1 deletion source/Installation/Fedora-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ The following system dependencies are required to build ROS 2 on Fedora. They ca
wget
With this done, you can follow the rest of the :ref:`instructions <Rolling_linux-dev-get-ros2-code>` to fetch and build ROS 2.
With this done, you can follow the rest of the :ref:`instructions <_linux-dev-get-ros2-code>` to fetch and build ROS 2.

2 changes: 1 addition & 1 deletion source/Installation/RHEL-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Install development tools and ROS tools
flake8-quotes \
mypy==0.931
.. _Rolling_rhel-dev-get-ros2-code:
.. _rhel-dev-get-ros2-code:

Get ROS 2 code
--------------
Expand Down
6 changes: 1 addition & 5 deletions source/Installation/RHEL-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ System Requirements
-------------------

We currently support RHEL 8 64-bit.
The Rolling Ridley distribution will change target platforms from time to time as new platforms are selected for development.
Most people will want to use a stable ROS distribution.

Enable required repositories
----------------------------
Expand All @@ -45,9 +43,7 @@ There are a few packages that must be installed in order to get and unpack the b
Downloading ROS 2
-----------------

Binary releases of Rolling Ridley are not provided.
Instead you may download nightly :ref:`prerelease binaries <Prerelease_binaries>`.

* Go to the `releases page <https://github.com/ros2/ros2/releases>`_
* Download the latest package for RHEL; let's assume that it ends up at ``~/Downloads/ros2-package-linux-x86_64.tar.bz2``.

* Note: there may be more than one binary download option which might cause the file name to differ.
Expand Down
3 changes: 0 additions & 3 deletions source/Installation/RHEL-Install-RPMs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ Installing ROS 2 via RPM Packages
:local:

RPM packages for ROS 2 {DISTRO_TITLE_FULL} are currently available for RHEL 8.
The Rolling Ridley distribution will change target platforms from time to time as new platforms are selected for development.
The target platforms are defined in `REP 2000 <https://github.com/ros-infrastructure/rep/blob/master/rep-2000.rst>`__
Most people will want to use a stable ROS distribution.

Resources
---------
Expand Down
2 changes: 1 addition & 1 deletion source/Installation/Ubuntu-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Install development tools and ROS tools
python3-vcstool \
wget
.. _Rolling_linux-dev-get-ros2-code:
.. _linux-dev-get-ros2-code:

Get ROS 2 code
--------------
Expand Down
6 changes: 1 addition & 5 deletions source/Installation/Ubuntu-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ System Requirements
-------------------

We currently support Ubuntu Linux Jammy (22.04) 64-bit x86 and 64-bit ARM.
The Rolling Ridley distribution will change target platforms from time to time as new platforms are selected for development.
Most people will want to use a stable ROS distribution.

Add the ROS 2 apt repository
----------------------------
Expand All @@ -34,9 +32,7 @@ Add the ROS 2 apt repository
Downloading ROS 2
-----------------

Binary releases of Rolling Ridley are not provided.
Instead you may download nightly :ref:`prerelease binaries <Prerelease_binaries>`.

* Go to the `releases page <https://github.com/ros2/ros2/releases>`_
* Download the latest package for Ubuntu; let's assume that it ends up at ``~/Downloads/ros2-package-linux-x86_64.tar.bz2``.

* Note: there may be more than one binary download option which might cause the file name to differ.
Expand Down
3 changes: 0 additions & 3 deletions source/Installation/Ubuntu-Install-Debians.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ Installing ROS 2 via Debian Packages
:local:

Debian packages for ROS 2 {DISTRO_TITLE_FULL} are currently available for Ubuntu Jammy.
The Rolling Ridley distribution will change target platforms from time to time as new platforms are selected for development.
The target platforms are defined in `REP 2000 <https://github.com/ros-infrastructure/rep/blob/master/rep-2000.rst>`__
Most people will want to use a stable ROS distribution.

Resources
---------
Expand Down
6 changes: 0 additions & 6 deletions source/Installation/macOS-Development-Setup.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.. redirect-from::

Installation/Rolling/OSX-Development-Setup

.. _macOS-latest:

Building ROS 2 on macOS
Expand All @@ -15,8 +11,6 @@ System requirements
-------------------

We currently support macOS Mojave (10.14).
The Rolling Ridley distribution will change target platforms from time to time as new platforms become available.
Most people will want to use a stable ROS distribution.

Install prerequisites
---------------------
Expand Down

0 comments on commit 26970c7

Please sign in to comment.