Skip to content

Commit 7da73af

Browse files
luisarizmendiahcordefujitatomoya
authored andcommitted
Enable Zenoh router to make the post-install example work (#5858)
Signed-off-by: Luis Javier Arizmendi Alonso <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]> (cherry picked from commit b684b72)
1 parent cf605e0 commit 7da73af

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

source/Installation/RHEL-Install-RPMs.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,23 @@ Try some examples
124124

125125
If you installed ``ros-{DISTRO}-desktop`` above you can try some examples.
126126

127-
In one terminal, source the setup file and then run a C++ ``talker``\ :
127+
First, if you use ``Zenoh`` as the RMW implementation, you will require a router for node discovery and communication.
128+
129+
In one terminal, start the Zenoh router daemon:
130+
131+
.. code-block:: console
132+
133+
$ source /opt/ros/{DISTRO}/setup.bash
134+
$ ros2 run rmw_zenoh_cpp rmw_zenohd
135+
136+
In another terminal, source the setup file and then run a C++ ``talker``\ :
128137

129138
.. code-block:: console
130139
131140
$ source /opt/ros/{DISTRO}/setup.bash
132141
$ ros2 run demo_nodes_cpp talker
133142
134-
In another terminal source the setup file and then run a Python ``listener``\ :
143+
In a third terminal source the setup file and then run a Python ``listener``\ :
135144

136145
.. code-block:: console
137146

0 commit comments

Comments
 (0)