ubuntu14.04 installation of indigo version of Ros

Source: Internet
Author: User
Reference: Ros Installation method
Why use ROS Indigo and Ubuntu 14.04?
Ros Indigo and Ubuntu 14.04 are all lts (long-term maintenance versions), and Ros Indigo is specifically tailored for ubuntu14.04.
Hydro and Jade are not lts.

First, add apt sourceOfficial source download is very slow, download Ros software package often spend several hours, recommended using mode two-domestic source. Way One: official source
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://pool.sks-keyservers.net--recv-key 0xb01fa116
sudo Apt-get Update

mode two: domestic sourceReference: http://blog.exbot.net/archives/2001

<pre name= "code" class= "plain" >sudo sh-c ' echo <span style= ' font-family:arial, Helvetica, Sans-serif; " > "Deb http://ros.exbot.net/rospackage/ros/ubuntu/</span><span style=" font-family:arial, Helvetica, Sans-serif; " >$ (LSB_RELEASE-SC) </span><span style= "font-family:arial, Helvetica, Sans-serif;" > main "   </span><span style=" font-family:arial, Helvetica, Sans-serif; " >>/etc/apt/sources.list.d/ros-latest.list</span>
<span style= "font-family:arial, Helvetica, Sans-serif;" ></span><pre name= "code" class= "HTML" >sudo apt-get update

Two-Install Ros pack

sudo apt-get install ros-indigo-desktop-full
sudo apt-get install Python-rosinstall


Third, initialize
sudo rosdep init
rosdep update

echo "Source/opt/ros/indigo/setup.bash" >> ~/.bashrc
source ~/. Bashrc


Iv. Testing

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.