Skip to content

Commit

Permalink
Fix env.d filename
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-clarke committed Oct 30, 2021
1 parent d3c8bc0 commit df7e3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/vehicles/iris-ap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV AP_SITL_ADDRESS 127.0.0.1
# Copy in the xacro & bash file to setup the model with a specific address
RUN mkdir /ros.env.d/iris_ap
COPY model.sdf.xacro /ros.env.d/iris_ap/model.sdf.xacro
COPY iris_setup.sh /ros.env.d/iris_ap/setup.sh
COPY iris_setup.sh /ros.env.d/iris_ap/setup.bash

WORKDIR /ros_ws

Expand Down

0 comments on commit df7e3bb

Please sign in to comment.