Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dronekit/dronekit-android

Android DroneKit implementation
https://github.com/dronekit/dronekit-android

Last synced: 5 days ago
JSON representation

Android DroneKit implementation

Awesome Lists containing this project

README

        

# DroneKit-Android

![dronekit_python_logo](https://cloud.githubusercontent.com/assets/5368500/10805537/90dd4b14-7e22-11e5-9592-5925348a7df9.png)

[![Build Status](https://travis-ci.org/dronekit/dronekit-android.svg?branch=develop)](https://travis-ci.org/dronekit/dronekit-android)
[![Issue Stats](http://issuestats.com/github/dronekit/dronekit-android/badge/pr)](http://issuestats.com/github/dronekit/dronekit-android)
[![Issue Stats](http://issuestats.com/github/dronekit/dronekit-android/badge/issue)](http://issuestats.com/github/dronekit/dronekit-android)

DroneKit-Android helps you create powerful Android apps for UAVs.

## Overview

[DroneKit-Android](http://android.dronekit.io/) is the implementation of [DroneKit](http://dronekit.io/) on Android.

The API provides interfaces that apps can use to control copters, planes, and ground vehicles. It is compatible with vehicles that communicate using the MAVLink protocol (including most vehicles made by 3DR and other members of the DroneCode foundation), and is validated against the open-source [ArduPilot flight control platform](http://ardupilot.com).

This project implements the [DroneKit-Android Client library](http://android.dronekit.io) which allows developers to leverage the DroneKit API.

## Getting Started

The [Getting Started](http://android.dronekit.io/getting_started.html) guide explains how to set up a DroneKit project in Android Studio, and start the autopilot simulator (SITL) for testing during development.

Once you've got DroneKit set up, the [First App: Hello Drone](http://android.dronekit.io/first_app.html) tutorial provides a step-by-step guide to creating a basic DroneKit-Android app and connecting it to a vehicle.

### Examples

Source code and documentation for some of the apps built with DroneKit is linked below:
* [Tower](https://github.com/DroidPlanner/Tower)
* [Tower-Wear](https://github.com/DroidPlanner/tower-wear)
* [Tower-Pebble](https://github.com/DroidPlanner/dp-pebble) ([documentation here](http://android.dronekit.io/pebble_app.html))

## Resources

Project documentation is provided at http://android.dronekit.io/. This includes getting stated and tutorial material, and has links to [examples](#examples) and the full [Javadoc](http://android.dronekit.io/javadoc/) API Reference.

The [DroneKit Forums](http://discuss.dronekit.io) are the best place to ask for technical support on how to use the library. You can also check out our [Gitter channel](https://gitter.im/dronekit/dronekit-android) though we prefer posts on the forums where possible.

* **Documentation:** http://android.dronekit.io/
* **API Reference:** http://android.dronekit.io/javadoc/
* **Examples:** http://android.dronekit.io/resources.html#example-apps
* **Forums:** [http://discuss.dronekit.io/](http://discuss.dronekit.io)
* **Gitter:** https://gitter.im/dronekit/dronekit-android (we prefer posts on the forums!)

## Users and contributors wanted!

We'd love your [feedback and suggestions](https://github.com/dronekit/dronekit-android/issues) about this API and are eager to evolve it to meet your needs, please feel free to create an issue to report bugs or feature requests.

We welcome all types of contributions but mostly contributions that would help us shrink our
[issues list](https://github.com/dronekit/dronekit-android/issues).

## Licence

[DroneKit-Android Client library](http://android.dronekit.io) is made available under the permissive open source [Apache 2.0 License](https://github.com/dronekit/dronekit-android/blob/develop/ClientLib/LICENSE).

***

Copyright 2015 3D Robotics, Inc.