You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/Installation/RMW-Implementations/Non-DDS-Implementations/Working-with-Zenoh.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Then install rmw_zenoh binaries using the command
27
27
Build from source code
28
28
----------------------
29
29
30
-
Built from source, recommended if latest features are needed.
30
+
Building from source is only recommended if latest features are needed.
31
31
32
32
By default, we vendor and compile ``zenoh-cpp`` with a subset of zenoh features.
33
33
The ``ZENOHC_CARGO_FLAGS`` CMake argument may be overwritten with other features included if required.
@@ -75,7 +75,7 @@ Start the Zenoh router
75
75
76
76
# terminal 1
77
77
source /opt/ros/{DISTRO}/setup.bash
78
-
ros2 run rmw_zenoh_cpp talker rmw_zenohd
78
+
ros2 run rmw_zenoh_cpp rmw_zenohd
79
79
80
80
.. note:: Without the Zenoh router, nodes will not be able to discover each other since multicast discovery is disabled by default in the node's session config.
81
81
Instead, nodes will receive discovery information about other peers via the Zenoh router's gossip functionality.
0 commit comments