From b96d17a74623a5758cd1b855753ab7341b24c41e Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 18 Jun 2022 00:00:47 +0300 Subject: [PATCH] Fix --- 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 a6441644..3a89dabe 100755 --- a/builder/image-build-ros.sh +++ b/builder/image-build-ros.sh @@ -28,7 +28,7 @@ apt-get install -y python3-distutils python3-rosdep python3-rosinstall-generator curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && rm get-pip.py pip3 install -U vcstool -sudo rosdep init +# sudo rosdep init rosdep update # rm /etc/ros/rosdep/sources.list.d/20-default.list && rosdep init