Getting AUV Code to run in Ubuntu 12.04

Here's a list of some of the things you need to install to get the AUV code working with your 12.04 install

0) Update

sudo apt-get update

1) Install Subversion

sudo apt-get install subversion

2) Install g++, other build software

sudo apt-get build-essential

3) Install PCL

sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl
sudo apt-get update
sudo apt-get install libpcl-all

4) Download newmat (google it, get the tarball, extract, then copy)

sudo cp -r newmat /usr/local/
cd /usr/local/newmat
sudo make -f nm_gnu.mak

5) Get more stuff

Last modified Tue, 7 May, 2013 at 11:59

Syndicate content