==================
Purpose of JumpingSumoPiloting
==================

This sample shows how to send and receive commands to communicate with a Parrot drone. The example is based on the Jumping Sumo.

==================
Dependencies of JumpingSumoPiloting
==================

You will need ncurses-dev

On Linux you can get ncurses-dev apt-get:
&apt-get install ncurses-dev

==================
To compile SDK Example JumpingSumoPiloting
==================

On Linux and MacOS X platform :
&make

==================
To run SDK Example JumpingSumoPiloting
==================

On Linux and MacOS X platform :
&make run

You will need ncurses to use the DISPLAY_WITH_AVPLAY
On Mac Os X you can get ffplay with brew : brew install ffmpeg --with-ffplay

==================
To clean the compilation of JumpingSumoPiloting
==================

On Linux and MacOS X platform :
&make clean
