From a4ad408228bc08a1a1aecb0e6135f7b5e232c842 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 23 Sep 2022 00:09:09 +0300 Subject: [PATCH] Restore rosdep update --- builder/image-build-ros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-build-ros.sh b/builder/image-build-ros.sh index 71932a28..78adf5b7 100755 --- a/builder/image-build-ros.sh +++ b/builder/image-build-ros.sh @@ -29,7 +29,7 @@ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && pip3 install -U vcstool # sudo rosdep init -# rosdep update +rosdep update # rm /etc/ros/rosdep/sources.list.d/20-default.list && rosdep init # rosdep --os=debian:$VERSION_CODENAME update