Created
February 26, 2012 01:18
-
-
Save garbear/1912039 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instructions for installing UCLA-Robomagellan software | |
This guide assumes you have just installed ROS on a fresh copy of Ubuntu. | |
1. Install the other pre-requisites: | |
sudo apt-get install git-core | |
2. Install Eclipse CDT: Open Software Center, search for and install the eclipse-cdt program | |
3. Follow the steps here to create a ROS workspace | |
http://www.ros.org/wiki/ROS/Tutorials/InstallingandConfiguringROSEnvironment | |
4. Clone the UCLA-robomagellan project from garbear (or your own github account if you have a fork) | |
git clone git://github.com/garbear/UCLA-robomagellan.git | |
5. Compile the source | |
cd UCLA-robomagellan | |
??? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
...