Skip to content

Commit

Permalink
fix ex4
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Oct 21, 2024
1 parent 2f38193 commit 1d4af4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/ex-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Now, run the following commands in each container:
* Start the router: `ros2 run rmw_zenoh_cpp rmw_zenohd`
* Start the talker: `ros2 run demo_nodes_cpp talker`
* In container B:
* Start the listerner: `ros2 run demo_nodes_cpp listener`
* Start the listerner: `ZENOH_SESSION_CONFIG_URI=/ros_ws/zenoh_confs/SESSION_CONFIG.json5 ros2 run demo_nodes_cpp listener`

## Bonus

Expand Down

0 comments on commit 1d4af4f

Please sign in to comment.