Skip to content

Commit

Permalink
doc(README): broken configuration link (#346)
Browse files Browse the repository at this point in the history
Signed-off-by: Rein Appeldoorn <[email protected]>
  • Loading branch information
reinzor authored Dec 18, 2024
1 parent df6ec26 commit f683ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ source install/setup.bash
ros2 run rmw_zenoh_cpp rmw_zenohd
```

> 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. Instead, nodes will receive discovery information about other peers via the Zenoh router's gossip functionality. See more information on the session configs [below](#config).
> 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. Instead, nodes will receive discovery information about other peers via the Zenoh router's gossip functionality. See more information on the session configs [below](#configuration).
### Terminate ROS 2 daemon started with another RMW
```bash
Expand Down

0 comments on commit f683ad8

Please sign in to comment.