We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed8928 commit 6f1d318Copy full SHA for 6f1d318
Dockerfile
@@ -11,7 +11,8 @@ WORKDIR /root/nav2_ws
11
RUN mkdir -p ~/nav2_ws/src
12
ARG VERSION_TAG=latest
13
RUN if [ "${ROS_DISTRO}" = "rolling" ]; then \
14
- git clone https://github.com/ros-planning/navigation2.git --branch main ./src/navigation2; \
+ git clone https://github.com/ros-planning/navigation2.git --branch main ./src/navigation2 && \
15
+ vcs import ./src/ < ./src/navigation2/tools/underlay.repos; \
16
elif [ "${VERSION_TAG}" = "latest" ]; then \
17
git clone https://github.com/ros-planning/navigation2.git --branch ${ROS_DISTRO} ./src/navigation2; \
18
else \
0 commit comments