Skip to content

Instantly share code, notes, and snippets.

@dustycodes
Last active July 15, 2016 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustycodes/4e9904351ae6558e2b6adbb5eb46c017 to your computer and use it in GitHub Desktop.
Save dustycodes/4e9904351ae6558e2b6adbb5eb46c017 to your computer and use it in GitHub Desktop.
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 0xB01FA116
sudo apt-get update
sudo apt-get install -y ros-kinetic-desktop
sudo rosdep init
rosdep update
# Create ROS workspace
echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
source ~/.bashrc
source /opt/ros/kinetic/setup.bash
sudo apt-get install -y python-rosinstall
sudo apt-get install -y python-roslaunch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment