Skip to content

Commit 7bfadf1

Browse files
committed
Fixed fastrtps file path in dokcerfile
1 parent 10b6ab5 commit 7bfadf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ COPY . /rai
4141
WORKDIR /rai
4242

4343
# Set up the environment to use Fast DDS
44-
ENV FASTRTPS_DEFAULT_PROFILES_FILE=/rai/fastrtps_config.xml
44+
ENV FASTRTPS_DEFAULT_PROFILES_FILE=/rai/docker/fastrtps_config.xml
4545
ENV RMW_IMPLEMENTATION=rmw_fastrtps_cpp
4646

4747
RUN /bin/bash -c 'if [ "${DEPENDENCIES}" = "core_only" ]; then \

0 commit comments

Comments
 (0)