This sample shows how to send and receive commands to communicate with a Parrot drone. The example is based on the Jumping Sumo, using the new ARController API.
You will need ncurses-dev
On Linux you can get ncurses-dev apt-get: &apt-get install ncurses-dev
You will need mplayer to use the DISPLAY_WITH_MPLAYER.
On Linux and MacOS X platform : &make
On Linux and MacOS X platform : &make run
After having run the sample, you might have a weird terminal, because we use ncurses. To fix it, you can simply run the command reset.
On Linux and MacOS X platform : &make clean