Skip to content

Commit 87aaa37

Browse files
fix: add instruction for RHEL (#6893) (#6895)
(cherry picked from commit 25ca290) Co-authored-by: Kai Tung Yu <115360130+yukaitung@users.noreply.github.com>
1 parent fabd70f commit 87aaa37

3 files changed

Lines changed: 26 additions & 4 deletions

File tree

source/Tutorials/Beginner-Client-Libraries/Colcon-Tutorial.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,18 @@ Install colcon
3737

3838
.. tabs::
3939

40-
.. group-tab:: Linux
40+
.. group-tab:: Ubuntu
4141

4242
.. code-block:: console
4343
4444
$ sudo apt install python3-colcon-common-extensions
4545
46+
.. group-tab:: RHEL
47+
48+
.. code-block:: console
49+
50+
$ sudo dnf install python3-colcon-common-extensions
51+
4652
.. group-tab:: macOS
4753

4854
.. code-block:: console

source/Tutorials/Intermediate/Rosdep.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,19 @@ If you are using ``rosdep`` with ROS, it is conveniently packaged along with the
157157
This is the recommended way to get ``rosdep``.
158158
You can install it with:
159159

160-
.. code-block:: console
160+
.. tabs::
161+
162+
.. group-tab:: Ubuntu
163+
164+
.. code-block:: console
165+
166+
$ sudo apt install python3-rosdep
167+
168+
.. group-tab:: RHEL
169+
170+
.. code-block:: console
161171
162-
$ apt-get install python3-rosdep
172+
$ sudo dnf install python3-rosdep
163173
164174
.. note::
165175

source/Tutorials/Intermediate/Tf2/Using-Stamped-Datatypes-With-Tf2-Ros-MessageFilter.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,18 @@ This tutorial expects you to have ``turtle_tf2_py`` package installed.
4242

4343
.. tabs::
4444

45-
.. group-tab:: Linux
45+
.. group-tab:: Ubuntu
4646

4747
.. code-block:: console
4848
4949
$ sudo apt install ros-{DISTRO}-turtle-tf2-py
5050
51+
.. group-tab:: RHEL
52+
53+
.. code-block:: console
54+
55+
$ sudo dnf install ros-{DISTRO}-turtle-tf2-py
56+
5157
.. group-tab:: From Source
5258

5359
.. code-block:: console

0 commit comments

Comments
 (0)