Skip to content

Commit 10914eb

Browse files
committed
chore: add rmw info
1 parent a2da7a8 commit 10914eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/setup_docker.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ docker build -t rai:jazzy --build-arg ROS_DISTRO=jazzy -f docker/Dockerfile .
2121

2222
## 2. Run the docker container
2323

24+
> [!TIP]
25+
> If you intend to run demos on the host machine, ensure the docker container can communicate with it.
26+
> Test this by running the standard ROS 2 example with one node in docker and one on the host: [link](https://docs.ros.org/en/jazzy/Installation/Ubuntu-Install-Debs.html#try-some-examples).
27+
> If topics are not visible or cannot be subscribed to, try using [rmw_cyclone_dds](https://github.com/ros2/rmw_cyclonedds) instead of the default rmw_fastrtps_cpp.
28+
2429
### 2.1. Humble
2530

2631
```bash

0 commit comments

Comments
 (0)