Skip to content

Commit 86d8c1a

Browse files
Enable zenohd to make the post-install example work for Ubuntu Debian. (#5860)
Signed-off-by: Tomoya.Fujita <[email protected]> Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
1 parent b684b72 commit 86d8c1a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

source/Installation/Ubuntu-Install-Debs.rst

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

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

100-
In one terminal, source the setup file and then run a C++ ``talker``\ :
100+
First, if you use ``Zenoh`` as the RMW implementation, you will require a router for node discovery and communication.
101+
102+
In one terminal, start the Zenoh router daemon:
103+
104+
.. code-block:: console
105+
106+
$ source /opt/ros/{DISTRO}/setup.bash
107+
$ ros2 run rmw_zenoh_cpp rmw_zenohd
108+
109+
In another terminal, source the setup file and then run a C++ ``talker``\ :
101110

102111
.. code-block:: console
103112
104113
$ source /opt/ros/{DISTRO}/setup.bash
105114
$ ros2 run demo_nodes_cpp talker
106115
107-
In another terminal source the setup file and then run a Python ``listener``\ :
116+
In a third terminal source the setup file and then run a Python ``listener``\ :
108117

109118
.. code-block:: console
110119

0 commit comments

Comments
 (0)