Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 960 Bytes

File metadata and controls

40 lines (28 loc) · 960 Bytes

================== Purpose of JSPilotingNewAPI

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.

================== Dependencies of JSPilotingNewAPI

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.

================== To compile SDK Example JSPilotingNewAPI

On Linux and MacOS X platform : &make

================== To run SDK Example JSPilotingNewAPI

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.

================== To clean the compilation of JSPilotingNewAPI

On Linux and MacOS X platform : &make clean