Skip to content

Commit 726c543

Browse files
authored
A few small fixes for installing RHEL binary. (#4451)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent d08bbce commit 726c543

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/Installation/Alternatives/RHEL-Install-Binary.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ Install dependencies using rosdep
109109

110110
.. code-block:: bash
111111
112-
rosdep install --from-paths ~/ros2_{DISTRO}/ros2-linux/share --ignore-src -y --skip-keys "cyclonedds fastcdr fastrtps rti-connext-dds-6.0.1 urdfdom_headers"
112+
sudo rosdep init
113+
rosdep update
114+
rosdep install --from-paths ~/ros2_{DISTRO}/ros2-linux/share --ignore-src -y --skip-keys "cyclonedds fastcdr fastrtps iceoryx_binding_c rti-connext-dds-6.0.1 urdfdom_headers"
113115
114116
Install additional RMW implementations (optional)
115117
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)