From e548cade90f0bc63a9d5fcb25755f6755d5de169 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 5 Apr 2024 14:54:54 +0300 Subject: [PATCH] Try to fix rosdep update from pi --- builder/image-ros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index 10b50c59..d299a440 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -78,7 +78,7 @@ echo "yaml file:///etc/ros/rosdep/noetic-bookworm.yaml" >> /etc/ros/rosdep/sourc my_travis_retry rosdep update echo_stamp "Populate rosdep for ROS user" -my_travis_retry sudo -u pi rosdep update +my_travis_retry sudo -u pi rosdep update --os=debian:$VERSION_CODENAME export ROS_IP='127.0.0.1' # needed for running tests