ROS?
- Ubuntu----"Open Source".
- C++ ---- "Fast Compilation".
- Easily extendable.
- Libraries such as Open CV and others.
Now here's a list of what the article will consist of:
- Creation Virtual Machine
Ubuntu 14.04.3 - Install ROS
- Setup it
Creation of VM
I will start with VMWare Workstation to design my first VM:
Then choose the image Ubuntu 14.04.3.
I allocated 2GB of virtual ram.
Let's Start when OS is fired up.
Log in with your credentials.
Open Terminal and a browser
Go to http://wiki.ros.org/ROS/Installation
Generally from here on the installation becomes tricky because you will face a lot of errors. I will just guide you through.
I used the Singapore mirror as I found it easier from the other ones (those who failed)
Put this in the terminal, in the next step it will ask for your root password.
This helps in setting your sources list.
Now comes the scenario where we need to set up keys.
There can be errors.
GPG errors.
Redo the command once again and you will be good to go.
To check package indexing is complete.
sudo apt-get update
Here is a catch, generally I saw that there is an issue when you directly install the full desktop version. Now the best way would be:




- sudo sh -c '. /etc/lsb-release && echo "deb http://mirror-ap.packages.ros.org/ros/ubuntu/ $DISTRIB_CODENAME main" > /etc/apt/sources.list.d/ros-latest.list'
- sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-key 0xB01FA116


- Go to the ROS-Base that is Barebones
- sudo apt-get install ros-jade-ros-base
- And then the full desktop version.
- sudo apt-get install ros-jade-desktop-full





- echo "source /opt/ros/jade/setup.bash" >> ~/.bashrc
- source ~/.bashrc


Prasanna MuraliPosted Jul 29, 2016, 11:44 AM
Nice one..
Bhuvanesh MohankumarPosted May 3, 2016, 12:47 PM
Good one..
Kuppurasu NagarajPosted Apr 11, 2016, 1:44 PM
Nice Sharing
Avirup BasuPosted Sep 5, 2015, 7:02 AM
Thank you Sir for this. Quite informative .
Vaikesh K PPosted Sep 3, 2015, 2:09 AM
Good one
Pankaj Kumar ChoudharyPosted Sep 2, 2015, 8:54 PM
Nice Explain Sir........
Santhakumar MunuswamyPosted Sep 2, 2015, 3:08 PM
Good article. Thanks for sharing
Mohammed IbrahimPosted Sep 2, 2015, 11:27 AM
thanks for sharing information
Dinesh BeniwalPosted Sep 2, 2015, 4:38 AM
Thanks for sharing Abhishek, Welcome to C# Corner.
Karthikeyan KPosted Sep 2, 2015, 4:33 AM
Good one sir..Thanks for sharing
Yashwant VishwakarmaPosted Sep 2, 2015, 4:31 AM
Nice information