File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -124,14 +124,23 @@ Try some examples
124124
125125If 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
You can’t perform that action at this time.
0 commit comments