From 168734ad8c45ca2bc5fd37f5f33540b4891fb88e Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 23 Sep 2022 00:56:49 +0300 Subject: [PATCH] Remove sources list before rosdep init --- builder/image-build-ros.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/image-build-ros.sh b/builder/image-build-ros.sh index 6e8b986f..108cfe63 100755 --- a/builder/image-build-ros.sh +++ b/builder/image-build-ros.sh @@ -30,6 +30,7 @@ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && pip3 install -U vcstool # sudo rosdep init +rm /etc/ros/rosdep/sources.list.d/20-default.list rosdep init rosdep update