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

Update getting_started.rst #377

Open
wants to merge 11 commits into
base: jazzy
Choose a base branch
from
9 changes: 9 additions & 0 deletions doc/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Binary packages
The ros2_control framework is released for ROS 2 {DISTRO}.
christymanthara marked this conversation as resolved.
Show resolved Hide resolved
To use it, you have to install ``ros-{DISTRO}-ros2-control`` and ``ros-{DISTRO}-ros2-controllers`` packages.

You can run the following commands to install the binary packages
.. code-block:: shell

sudo apt install ros-{DISTRO}-ros2-control
sudo apt install ros-{DISTRO}-ros2-controllers
christymanthara marked this conversation as resolved.
Show resolved Hide resolved




Building from Source
---------------------------

Expand Down