Skip to content

Commit

Permalink
Add ros-base installation
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 11, 2024
1 parent 5b35df4 commit e7ae321
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builder/image-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ my_travis_retry rosdep update
echo_stamp "Populate rosdep for ROS user"
my_travis_retry sudo -u pi ROS_OS_OVERRIDE=debian:$VERSION_CODENAME rosdep update

echo_stamp "Install ROS"
my_travis_retry apt-get install -y ros-${ROS_DISTRO}-ros-base

export ROS_IP='127.0.0.1' # needed for running tests

# echo_stamp "Reconfiguring Clover repository for simplier unshallowing"
Expand Down

0 comments on commit e7ae321

Please sign in to comment.