We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcccb31 commit ce36558Copy full SHA for ce36558
1 file changed
scripts/create_ws.sh
@@ -42,8 +42,8 @@ fi
42
# ROS_DISTRO SPECIFIC
43
curl -s https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos |\
44
ros2 run micro_ros_setup yaml_filter.py ${PACKAGES} > ros2.repos
45
-vcs import --input ros2.repos
46
-vcs import --input $REPOS
+vcs import --input ros2.repos --skip-existing
+vcs import --input $REPOS --skip-existing
47
48
popd >/dev/null
49
0 commit comments