File tree Expand file tree Collapse file tree 2 files changed +8
-22
lines changed Expand file tree Collapse file tree 2 files changed +8
-22
lines changed Original file line number Diff line number Diff line change @@ -124,23 +124,14 @@ Try some examples
124124
125125If you installed ``ros-{DISTRO}-desktop `` above you can try some examples.
126126
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 ``\ :
127+ In one terminal, source the setup file and then run a C++ ``talker ``\ :
137128
138129.. code-block :: console
139130
140131 $ source /opt/ros/{DISTRO}/setup.bash
141132 $ ros2 run demo_nodes_cpp talker
142133
143- In a third terminal source the setup file and then run a Python ``listener ``\ :
134+ In another terminal source the setup file and then run a Python ``listener ``\ :
144135
145136.. code-block :: console
146137
@@ -151,6 +142,8 @@ You should see the ``talker`` saying that it's ``Publishing`` messages and the `
151142This verifies both the C++ and Python APIs are working properly.
152143Hooray!
153144
145+ If you want to use other RMW implementations, you can check the :doc: `guide <./RMW-Implementations >`.
146+
154147Next steps
155148----------
156149
Original file line number Diff line number Diff line change @@ -95,23 +95,14 @@ Try some examples
9595
9696If you installed ``ros-{DISTRO}-desktop `` above you can try some examples.
9797
98- First, if you use ``Zenoh `` as the RMW implementation, you will require a router for node discovery and communication.
99-
100- In one terminal, start the Zenoh router daemon:
101-
102- .. code-block :: console
103-
104- $ source /opt/ros/{DISTRO}/setup.bash
105- $ ros2 run rmw_zenoh_cpp rmw_zenohd
106-
107- In another terminal, source the setup file and then run a C++ ``talker ``\ :
98+ In one terminal, source the setup file and then run a C++ ``talker ``\ :
10899
109100.. code-block :: console
110101
111102 $ source /opt/ros/{DISTRO}/setup.bash
112103 $ ros2 run demo_nodes_cpp talker
113104
114- In a third terminal source the setup file and then run a Python ``listener ``\ :
105+ In another terminal source the setup file and then run a Python ``listener ``\ :
115106
116107.. code-block :: console
117108
@@ -122,6 +113,8 @@ You should see the ``talker`` saying that it's ``Publishing`` messages and the `
122113This verifies both the C++ and Python APIs are working properly.
123114Hooray!
124115
116+ If you want to use other RMW implementations, you can check the :doc: `guide <./RMW-Implementations >`.
117+
125118Next steps
126119----------
127120
You can’t perform that action at this time.
0 commit comments