Arquivos
2015-03-27 18:19:29 -07:00

32 linhas
1.8 KiB
Markdown

Java API and demo programs to control Parrot's [AR.Drone](http://ardrone.parrot.com/).
The goal of the project to have Java API (without using native code) to control AR.Drone. This project does not user Parrot's SDK, but rather implement networking protocols directly in Java.
The code supposed to be cross-platform. We use MacOS X and Linux for development. The library works both on PC/Mac as well as on Android. The demo programs are using GameController.
You can watch a [small video](http://www.youtube.com/watch?v=J0CsKlIfquo) of how it works.
The project also includes drone navigation program, written in Java: ControlTower.
Developed by [Codeminders](http://www.codeminders.com/) and contributors.
Patches, bug reports and other help is very welcome.
## Support ##
Questions? Suggestiaons? Please join our [Discussion group](http://groups.google.com/group/javadrone).
If you need a professional support or need to do a custom project based on JavaDrone,
please contact [Codeminders](http://www.codeminders.com/) for a quote.
## Pages ##
* [ControlTower](https://github.com/vzaliva/javadrone/blob/wiki/ControlTower.md) - demo navigation program using this API
* [ControlTowerAndroid](https://github.com/vzaliva/javadrone/blob/wiki/ControlTowerAndroid.md) - demo navigation Android App using this API
* [GameController](https://github.com/vzaliva/javadrone/blob/wiki/GameController.md) - information about supported controllers
* [BuildInstructions](https://github.com/vzaliva/javadrone/blob/wiki/BuildInstructions.md) - Build instructions
* [FrequentlyAskedQuestions](https://github.com/vzaliva/javadrone/blob/wiki/FrequentlyAskedQuestions.md) - FAQ
## Links ##
* [Official AR.Drone API project](https://projects.ardrone.org/projects/show/ardrone-api)
* [Developer forums](https://projects.ardrone.org/projects/ardrone-api/boards)