Skip to content

Commit

Permalink
add rosdep init
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 5, 2024
1 parent c493843 commit 0eb057e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docker/jazzy.arm64v8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ ADD https://raw.githubusercontent.com/IOES-Lab/dave/$BRANCH/\
extras/repos/dave.jazzy.repos dave.repos
RUN vcs import < dave.repos

RUN rosdep init && \
rosdep update --rosdistro $ROS_DISTRO

RUN apt-get update && rosdep update && \
rosdep install -iy --from-paths . && \
rm -rf /var/lib/apt/lists/
Expand Down

0 comments on commit 0eb057e

Please sign in to comment.