Skip to content

Commit

Permalink
Install some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat2004 committed Dec 3, 2020
1 parent 62b01b7 commit 409d215
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/install_ros_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ rosdep update

# AirSim ROS Wrapper dependencies

# Only needed for CI due to base install
sudo apt-get install ros-$ROS_DISTRO-vision-opencv \
ros-$ROS_DISTRO-image-transport

if [[ "$DISTRO" == "xenial" ]]; then
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
Expand Down

0 comments on commit 409d215

Please sign in to comment.