Skip to content

Commit

Permalink
document procedure to kill stale ros2 daemons (#185)
Browse files Browse the repository at this point in the history
* document procedure to kill stale ros2 daemons

* Update README.md

Co-authored-by: Yadu <[email protected]>
Signed-off-by: Bernd Pfrommer <[email protected]>

* Update README.md

Co-authored-by: Yadu <[email protected]>
Signed-off-by: Bernd Pfrommer <[email protected]>

* Update README.md

Co-authored-by: Yadu <[email protected]>
Signed-off-by: Bernd Pfrommer <[email protected]>

* Update README.md

Co-authored-by: Yadu <[email protected]>
Signed-off-by: Bernd Pfrommer <[email protected]>

---------

Signed-off-by: Bernd Pfrommer <[email protected]>
Co-authored-by: Yadu <[email protected]>
  • Loading branch information
berndpfrommer and Yadunund authored May 29, 2024
1 parent 1ac6bd2 commit 60b131e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ 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).
### Terminate ROS 2 daemon started with another RMW
```bash
pkill -9 -f ros && ros2 daemon stop
```
Without this step, ROS 2 CLI commands (e.g. `ros2 node list`) may
not work properly since they would query ROS graph information from the ROS 2 daemon that
may have been started with different a RMW.

### Run the `talker`
```bash
# terminal 2
Expand Down

0 comments on commit 60b131e

Please sign in to comment.