Skip to content

Commit ad28165

Browse files
committed
Added warning about ROS2 version to docker setup docs
1 parent 17a3719 commit ad28165

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/setup/setup_docker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ docker build -t rai:jazzy --build-arg ROS_DISTRO=jazzy --build-arg DEPENDENCIES=
5151
host:
5252
[link](https://docs.ros.org/en/jazzy/Installation/Ubuntu-Install-Debs.html#try-some-examples).
5353

54+
!!! warning "ROS 2 distributions"
55+
56+
It is highly recommended that ROS 2 distribution on the host machine matches the ROS 2 distribution of the docker container. A distribution version mismatch may result in the demos not working correctly.
57+
5458
To allow the container to communicate with the host machine, configure the host environment as presented below:
5559

5660
1. Source ROS 2 on the host machine:

0 commit comments

Comments
 (0)