Skip to content

Commit

Permalink
add `source /opt/ros/$ROS_DISTRO/setup.bash && \
Browse files Browse the repository at this point in the history
    rosdep init` in dockerfile arm
  • Loading branch information
WinstonHChou committed Jul 25, 2024
1 parent 5deed3a commit 566064a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker_utils/Dockerfile.f1tenth_arm
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ WORKDIR /

RUN export ROS_DISTRO=$ROS_DISTRO
RUN echo "source /opt/ros/$ROS_DISTRO/setup.bash" >> ~/.bashrc
# RUN source /opt/ros/$ROS_DISTRO/setup.bash && \
# rosdep init
RUN source /opt/ros/$ROS_DISTRO/setup.bash && \
rosdep init

####################################################################################################################################################
# Install required packages/dependencies for f1tenth_arm
Expand Down

0 comments on commit 566064a

Please sign in to comment.