We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d3988 commit d6f6bedCopy full SHA for d6f6bed
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/foxy/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