Proj-2013-2014-RobAIR-2/getStarted

From air
Revision as of 00:34, 28 January 2014 by RICM4-prj14-grp3 (talk | contribs) (Created page with "= Requirement = * Ubuntu OS, but ONLY one of the following version : 12.04 (LTS The Precise Pangolin), 12.10 (The Quantal Quetzal) or 13.04 (The Raring Ringtail) * An Interne...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Requirement

  • Ubuntu OS, but ONLY one of the following version : 12.04 (LTS The Precise Pangolin), 12.10 (The Quantal Quetzal) or 13.04 (The Raring Ringtail)
  • An Internet connection
  • Patience and terminal skills

ROS installation

First of all, you need to install ROS =

Setup your sources.list

Proceed as follow (depending of your version) :

  • 12.04 (LTS The Precise Pangolin

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

  • 12.10 (The Quantal Quetzal)

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

  • 13.04 (The Raring Ringtail)

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

Set up your key

wget http://packages.ros.org/ros.key -O - | sudo apt-key add -

Run a ROS package

Related information and sources