You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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
+
29
+
### 2.1. Humble
30
+
31
+
```bash
32
+
docker run --net=host --ipc=host --pid=host -it -v $(pwd):/rai rai:humble
33
+
```
34
+
35
+
### 2.2. Jazzy
36
+
37
+
```bash
38
+
docker run --net=host --ipc=host --pid=host -it -v $(pwd):/rai rai:jazzy
0 commit comments