We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07814d9 commit 8afa035Copy full SHA for 8afa035
docker/Dockerfile
@@ -41,7 +41,7 @@ COPY . /rai
41
WORKDIR /rai
42
43
# Set up the environment to use Fast DDS
44
-ENV FASTRTPS_DEFAULT_PROFILES_FILE=/rai/fastrtps_config.xml
+ENV FASTRTPS_DEFAULT_PROFILES_FILE=/rai/docker/fastrtps_config.xml
45
ENV RMW_IMPLEMENTATION=rmw_fastrtps_cpp
46
47
RUN /bin/bash -c 'if [ "${DEPENDENCIES}" = "core_only" ]; then \
0 commit comments