Skip to content

Commit 80f29f0

Browse files
Fixing misleading Zenoh usage in try-some-example #5954 (#5957) (#5976)
* Revert "Enable Zenoh router to make the post-install example work (#5858)" This reverts commit b684b72. * Revert "Enable zenohd to make the post-install example work for Ubuntu Debian. (#5860)" This reverts commit 86d8c1a. * Added link to RMW implementations page. (cherry picked from commit ecc26c2) Co-authored-by: Takumi Okamoto <[email protected]>
1 parent 5488f5f commit 80f29f0

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

source/Installation/RHEL-Install-RPMs.rst

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,23 +124,14 @@ Try some examples
124124

125125
If 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 `
151142
This verifies both the C++ and Python APIs are working properly.
152143
Hooray!
153144

145+
If you want to use other RMW implementations, you can check the :doc:`guide <./RMW-Implementations>`.
146+
154147
Next steps
155148
----------
156149

source/Installation/Ubuntu-Install-Debs.rst

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,23 +95,14 @@ Try some examples
9595

9696
If 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 `
122113
This verifies both the C++ and Python APIs are working properly.
123114
Hooray!
124115

116+
If you want to use other RMW implementations, you can check the :doc:`guide <./RMW-Implementations>`.
117+
125118
Next steps
126119
----------
127120

0 commit comments

Comments
 (0)