Skip to content

Commit

Permalink
Try to fix rosdep update another way
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 5, 2024
1 parent a3fad60 commit f6594de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 --preserve-env -u pi rosdep update
my_travis_retry sudo -u pi ROS_OS_OVERRIDE=debian:$VERSION_CODENAME rosdep update

export ROS_IP='127.0.0.1' # needed for running tests

Expand Down

0 comments on commit f6594de

Please sign in to comment.