Skip to content
Pete Florence edited this page Dec 10, 2015 · 25 revisions

Airplane Setup

List of items needed to get a new plane up and running:

Compiling

Change into the main directory (which you already renamed to "realtime"):

cd realtime

Build LCM types:

cd LCM
./build

Setup gtest:

cd ../externals/gtest
cmake .
make

Now go back to the main directory and build everything:

cd ../..
./build-all -j
Clone this wiki locally