Skip to content

Commit

Permalink
Install Python3 libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat2004 committed Oct 2, 2020
1 parent a65e163 commit 0e5d37b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/install_ros_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654

sudo apt update
sudo apt install ros-$ROS_DISTRO-desktop-full
sudo apt install -qq ros-$ROS_DISTRO-desktop-full

echo "source /opt/ros/$ROS_DISTRO/setup.bash" >> ~/.bashrc

sudo apt install python-rosdep python-rosinstall python-rosinstall-generator python-wstool build-essential
sudo apt install python3-pip python3-yaml python3-setuptools
sudo pip3 install rosdep rosinstall rospkg catkin-pkg
sudo rosdep init
rosdep update

Expand All @@ -33,4 +34,4 @@ fi
sudo apt-get install gcc-8 g++-8
sudo apt-get install ros-$ROS_DISTRO-mavros*
sudo apt-get install ros-$ROS_DISTRO-tf2-sensor-msgs
sudo apt-get install python-catkin-tools
sudo pip3 install catkin-tools

0 comments on commit 0e5d37b

Please sign in to comment.