Skip to content

Commit

Permalink
amd update
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Sep 18, 2024
1 parent a2c76df commit efa4120
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .docker/jazzy.amd64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ RUN . "/opt/ros/${ROS_DISTRO}/setup.sh" && \

# source entrypoint setup
RUN touch /ros_entrypoint.sh && sed --in-place --expression \
'$i source "/opt/dave_ws/install/setup.bash"' /ros_entrypoint.sh
'$i source "/opt/dave_ws/install/setup.bash"' /ros_entrypoint.sh \
&& sed --in-place --expression \
'$i cd /root' /ros_entrypoint.sh

# Source ROS and Gazebo
RUN sed --in-place --expression \
Expand Down

0 comments on commit efa4120

Please sign in to comment.