Skip to content

Commit

Permalink
back to base, likely issue with OS change
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed May 2, 2024
1 parent cab640a commit ecf10e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/install_ros.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-a
sudo apt update
sudo apt install -y dpkg # fix https://github.com/travis-ci/travis-ci/issues/10132
sudo apt install -y xvfb # `xvfb-run` is used in scrpt.bash
sudo apt install -y ros-$ROS_DISTRO-desktop # ros-base ros-dev-tools
sudo apt install -y ros-$ROS_DISTRO-ros-base
sudo apt install -y $PYTHON-rosinstall $PYTHON-rosinstall-generator $PYTHON-wstool ros-dev-tools $PYTHON-catkin-pkg $PYTHON-rosdep $PYTHON-osrf-pycommon
sudo rosdep init
rosdep update --rosdistro=${ROS_DISTRO}

0 comments on commit ecf10e7

Please sign in to comment.