Skip to content

Commit 5513dcf

Browse files
Fix small typo in Zenoh documentation (ros2#5465)
Signed-off-by: Daniel Cranston <[email protected]> Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
1 parent 6124c42 commit 5513dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Installation/RMW-Implementations/Non-DDS-Implementations/Working-with-Zenoh.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Then install rmw_zenoh binaries using the command
2727
Build from source code
2828
----------------------
2929

30-
Built from source, recommended if latest features are needed.
30+
Building from source is only recommended if latest features are needed.
3131

3232
By default, we vendor and compile ``zenoh-cpp`` with a subset of zenoh features.
3333
The ``ZENOHC_CARGO_FLAGS`` CMake argument may be overwritten with other features included if required.
@@ -75,7 +75,7 @@ Start the Zenoh router
7575
7676
# terminal 1
7777
source /opt/ros/{DISTRO}/setup.bash
78-
ros2 run rmw_zenoh_cpp talker rmw_zenohd
78+
ros2 run rmw_zenoh_cpp rmw_zenohd
7979
8080
.. 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.
8181
Instead, nodes will receive discovery information about other peers via the Zenoh router's gossip functionality.

0 commit comments

Comments
 (0)