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 @@ -118,23 +118,14 @@ Try some examples
118118
119119If you installed ``ros-{DISTRO}-desktop `` above you can try some examples.
120120
121- First, if you use ``Zenoh `` as the RMW implementation, you will require a router for node discovery and communication.
122-
123- In one terminal, start the Zenoh router daemon:
124-
125- .. code-block :: console
126-
127- $ source /opt/ros/{DISTRO}/setup.bash
128- $ ros2 run rmw_zenoh_cpp rmw_zenohd
129-
130- In another terminal, source the setup file and then run a C++ ``talker ``\ :
121+ In one terminal, source the setup file and then run a C++ ``talker ``\ :
131122
132123.. code-block :: console
133124
134125 $ source /opt/ros/{DISTRO}/setup.bash
135126 $ ros2 run demo_nodes_cpp talker
136127
137- In a third terminal source the setup file and then run a Python ``listener ``\ :
128+ In another terminal source the setup file and then run a Python ``listener ``\ :
138129
139130.. code-block :: console
140131
You can’t perform that action at this time.
0 commit comments