Skip to content

Commit

Permalink
separate rosdep install calls to accomodate for installing RTI Connext
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed May 6, 2024
1 parent ee233ef commit a6bc319
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions source/Installation/Alternatives/Ubuntu-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,19 @@ Install dependencies using rosdep
sudo apt install -y python3-rosdep
sudo rosdep init
rosdep update
If you want to use Fast DDS or Cyclone DDS

.. code-block:: bash
rosdep install --from-paths ~/ros2_{DISTRO}/ros2-linux/share --ignore-src -y --skip-keys "cyclonedds fastcdr fastrtps iceoryx_binding_c rmw_connextdds rti-connext-dds-6.0.1 urdfdom_headers"
If you want to use Connext DDS

.. code-block:: bash
rosdep install --from-paths ~/ros2_{DISTRO}/ros2-linux/share --ignore-src -y --skip-keys "cyclonedds fastcdr fastrtps iceoryx_binding_c rmw_connextdds urdfdom_headers"
.. include:: ../_rosdep_Linux_Mint.rst

Install additional RMW implementations (optional)
Expand Down

0 comments on commit a6bc319

Please sign in to comment.