Skip to content

Commit

Permalink
use desktop install given issues with No definition errors
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed May 2, 2024
1 parent bcb244d commit cab640a
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-ros-base
sudo apt install -y ros-$ROS_DISTRO-desktop # ros-base ros-dev-tools
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 cab640a

Please sign in to comment.