Skip to content

Commit

Permalink
Update getting_started.rst (#377) (#382)
Browse files Browse the repository at this point in the history
(cherry picked from commit cc466d2)

Co-authored-by: CHRISTY JO MANTHARA <100943241+christymanthara@users.noreply.github.com>
  • Loading branch information
mergify[bot] and christymanthara authored Jan 19, 2025
1 parent a5b7934 commit 3cb71b8
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions doc/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,23 @@ Installation

Binary packages
------------------
The ros2_control framework is released for ROS 2 {DISTRO}.
To use it, you have to install ``ros-{DISTRO}-ros2-control`` and ``ros-{DISTRO}-ros2-controllers`` packages.
The ros2_control framework is released for ROS 2 {DISTRO} on Ubuntu and RHEL according to `REP-2000 <https://www.ros.org/reps/rep-2000.html>`__.
To use it, you have to install ``ros-{DISTRO}-ros2-control`` and ``ros-{DISTRO}-ros2-controllers`` packages, e.g., by running the following commands:

For Ubuntu deb packages

.. code-block:: shell
sudo apt install ros-{DISTRO}-ros2-control ros-{DISTRO}-ros2-controllers
For RHEL (RPM) packages

.. code-block:: shell
sudo dnf install ros-{DISTRO}-ros2-control ros-{DISTRO}-ros2-controllers
Building from Source
---------------------------
Expand Down

0 comments on commit 3cb71b8

Please sign in to comment.