Skip to content
Andy Barry 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

Running

  • Aircraft: bot-procman-sheriff -l $HOME/realtime/config/bot-procman-flight.cfg
  • Desktop/simulation: bot-procman-sheriff -l $HOME/realtime/config/bot-procman-desktop.cfg
Clone this wiki locally