File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,9 @@ RUN if [ "${ROS_DISTRO}" = "rolling" ]; then \
14
14
git clone https://github.com/ros-planning/navigation2.git --branch main ./src/navigation2 && \
15
15
vcs import ./src/ < ./src/navigation2/tools/underlay.repos; \
16
16
elif [ "${VERSION_TAG}" = "latest" ]; then \
17
- git clone https://github.com/ros-planning/navigation2.git --branch ${ROS_DISTRO} ./src/navigation2 && \
18
- vcs import ./src/ < ./src/navigation2/tools/underlay.repos; \
17
+ git clone https://github.com/ros-planning/navigation2.git --branch ${ROS_DISTRO} ./src/navigation2; \
19
18
else \
20
- git clone https://github.com/ros-planning/navigation2.git --branch ${VERSION_TAG} ./src/navigation2 && \
21
- vcs import ./src/ < ./src/navigation2/tools/underlay.repos; \
19
+ git clone https://github.com/ros-planning/navigation2.git --branch ${VERSION_TAG} ./src/navigation2; \
22
20
fi
23
21
24
22
RUN rm /etc/ros/rosdep/sources.list.d/20-default.list && rosdep init
You can’t perform that action at this time.
0 commit comments