Skip to content

Commit d617bb3

Browse files
Fixing misleading Zenoh usage in try-some-example #5954 (#5957) (#5975)
* 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 90bd721 commit d617bb3

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
@@ -118,23 +118,14 @@ Try some examples
118118

119119
If 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
@@ -145,6 +136,8 @@ You should see the ``talker`` saying that it's ``Publishing`` messages and the `
145136
This verifies both the C++ and Python APIs are working properly.
146137
Hooray!
147138

139+
If you want to use other RMW implementations, you can check the :doc:`guide <./RMW-Implementations>`.
140+
148141
Next steps
149142
----------
150143

source/Installation/Ubuntu-Install-Debs.rst

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

9898
If 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
@@ -124,6 +115,8 @@ You should see the ``talker`` saying that it's ``Publishing`` messages and the `
124115
This verifies both the C++ and Python APIs are working properly.
125116
Hooray!
126117

118+
If you want to use other RMW implementations, you can check the :doc:`guide <./RMW-Implementations>`.
119+
127120
Next steps
128121
----------
129122

0 commit comments

Comments
 (0)