File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -97,23 +97,14 @@ Try some examples
9797
9898If you installed ``ros-{DISTRO}-desktop `` above you can try some examples.
9999
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 ``\ :
100+ In one terminal, source the setup file and then run a C++ ``talker ``\ :
110101
111102.. code-block :: console
112103
113104 $ source /opt/ros/{DISTRO}/setup.bash
114105 $ ros2 run demo_nodes_cpp talker
115106
116- In a third terminal source the setup file and then run a Python ``listener ``\ :
107+ In another terminal source the setup file and then run a Python ``listener ``\ :
117108
118109.. code-block :: console
119110
You can’t perform that action at this time.
0 commit comments