Asus 1000 ROS Install

From wikidb
Revision as of 13:25, 27 December 2014 by 10.0.0.207 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Indigo ROS Distrubution

Installation instructions

  • Update apt source list
 sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu trusty main" > \
 /etc/apt/sources.list.d/ros-latest.list'

wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add - sudo apt-get update sudo apt-get install ros-indigo-desktop-full sudo rosdep init rosdep update

echo "source /opt/ros/indigo/setup.bash" >> ~/.bashrc source ~/.bashrc sudo apt-get install python-rosinstall