├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 Wang 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # awesome-drone 2 | 3 | 4 | ## Developer sites 5 | * [Drone code](https://www.dronecode.org/) Open source UAV platform 6 | * [DRONEKIT](http://dronekit.io/) Developer tools for drones 7 | * [DJI developer center](http://dev.dji.com) DJI developer center 8 | * [airware](http://www.airware.com/) Powering Drones for 9 | the Enterprise 10 | * [openpilot](https://www.openpilot.org/) OpenPilot is a next-generation Open Source UAV autopilot created by the OpenPilot Community 11 | * [openhardwarerobots](https://openhardwarerobots.com/) Learn how to build your own robots & drones using open-source hardware platforms 12 | * [ardupilot](http://ardupilot.com/) Open source autopilot 13 | * [microdrones](http://www.microdrones.com/en/home/) 14 | * [botlink](http://botlink.io/) Botlink is a cloud-connected platform that lets you operate your drones simply, safely and securely. 15 | * [nvdrones](http://nvdrones.com/) Simple tools for Fast Drone Software development 16 | * [skyward](http://skyward.io/) The Skyward System 17 | * [flyver](http://flyver.co/) A Framework, SDK and Marketplace for Drone App Developers 18 | * [bitcraze](https://www.bitcraze.io/) 19 | * [ArduCopter ](http://www.arducopter.co.uk/) more than your average quadcopter 20 | * [ARDRONE open API platform](https://projects.ardrone.org/) 21 | * [linuxdrone](http://www.linuxdrone.org) 22 | * [dronehacks](http://dronehacks.com/) 23 | * [ardrone2 developer zone](http://ardrone2.parrot.com/developer-zone/) 24 | * [ArduPilot](http://www.ardupilot.co.uk/)ArduPilot Mega, the Open Source Autopilot 25 | 26 | 27 | ## Projects 28 | 29 | * [3drobotics Github](https://github.com/3drobotics) 30 | * [Parrot Github](https://github.com/Parrot-Developers) 31 | * [DroidPlanner Github](https://github.com/DroidPlanner) 32 | * [diydrones Github](https://github.com/diydrones) 33 | * [ARSDKBuildUtils](https://github.com/Parrot-Developers/ARSDKBuildUtils) Software Development Kit for Parrot Drones Version 3 34 | * [node-ar-drone](https://github.com/felixge/node-ar-drone) A node.js client for controlling Parrot AR Drone 2.0 quad-copters 35 | * [dji-sdk onboard](https://github.com/dji-sdk/onboard) DJI Onboard API Samples 36 | * [oculus-drone](https://github.com/daraosn/oculus-drone) Oculus Rift + AR Drone 2.0 controller with live video feed and head-motion controller. 37 | * [clj-drone](https://github.com/gigasquid/clj-drone) Clojure Copter - Control for the AR Parrot Drone 38 | * [droneshare](https://github.com/diydrones/droneshare) DroneShare is a shared repository of drone missions built using DroneKit-Cloud 39 | * [skyjack](https://github.com/samyk/skyjack) 40 | * [AR.Drone](https://github.com/Ruslan-B/AR.Drone) The AR.Drone 2.0 controlling library for C#/.NET and Mono, with video support. 41 | * [OpenDroneMap](https://github.com/OpenDroneMap/OpenDroneMap) OpenDroneMap is a toolchain for processing raw civilian UAS imagery to other useful products 42 | * [DroneKit-Android](https://github.com/DroidPlanner/DroneKit-Android) 43 | * [dronekit-python](https://github.com/diydrones/dronekit-python) 44 | * [1bitsquared](http://1bitsquared.com/) micro to nano UAV systems available on the market 45 | * [openrov](http://www.openrov.com/) Underwater Exploration Robots 46 | 47 | 48 | ## Drones 49 | 50 | * [flynixie](http://flynixie.com/) Wearable drone 51 | * [Tilt](http://www.tiltdrone.com/) THE 1ST OPEN SOURCE, 3D PRINTED CARBON FIBER RACING DRONE IN THE WORLD 52 | 53 | 54 | ## Relate resource 55 | 56 | * [droneblog](http://droneblog.com/) 57 | * [dronelife](http://dronelife.com/) 58 | * [diydrones](http://diydrones.com/) The leading community for personal UAV 59 | * [theuav](http://www.theuav.com/)A UAV intro site 60 | * [uavexpertnews](http://www.uavexpertnews.com/) 61 | * [plexidrone](http://plexidrone.com/) --------------------------------------------------------------------------------