Advertisement
WadeRollins2710

ROS Melodic Installation

Jul 24th, 2020
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
  2.  
  3. sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
  4.  
  5. sudo apt update
  6.  
  7. sudo apt install ros-melodic-desktop-full
  8.  
  9. echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
  10. source ~/.bashrc
  11.  
  12. sudo apt install python-rosdep python-rosinstall python-rosinstall-generator python-wstool build-essential
  13.  
  14. sudo apt install python-rosdep
  15.  
  16. sudo rosdep init
  17. rosdep update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement