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

https://github.com/raptor419/uavtalk

Repository for talk on "Making UAVs autonomous and Internet of Drones"
https://github.com/raptor419/uavtalk

dronekit mavlink uav

Last synced: 6 months ago
JSON representation

Repository for talk on "Making UAVs autonomous and Internet of Drones"

Awesome Lists containing this project

README

          

## uavtalk
----------

# Making UAVs autonomous and Internet of Drones

## Description

They might not be delivering our mail ([or Pizzas][1]) yet, but drones are now intelligent, simple, and reliable enough that they cannot be considered as just toys but formidable business tools.

This talk will briefly go into the inner workings of UAV systems and will demonstrate how python tools can be used to make fully autonomous drones.

The contents of this talk include:

- Flight Controllers and control theory ([Ardupilot][2])
- MAVLink ([pymavlink][3], [mavproxy][4])
- _Real-time_ computer vision ([OpenCV][5], [Tensorflow][6])
- _DroneKit-Python_

We will go extensively into the abilities of DroneKit-Python and into the future of the Internet of Drones using real-life examples such as pest control ([ScAIRcrow][7]),
commercial mapping ([Drone Deploy][8]) and delivery ([Flirtey][9]) etc.

The talk will end with a small drone taking a picture of all of us, autonomously ofcourse, demonstrating the discussed topics and the formibale ability of autonomous drones.

[1]: https://www.dominos.com.au/inside-dominos/media/november-2016-pizza-by-drone-a-reality-with-world-first-customer-deliveries-in-new-zealand
[2]: http://ardupilot.org/
[3]: https://pypi.org/project/pymavlink/
[4]: https://github.com/ArduPilot/MAVProxy
[5]: https://pypi.org/project/opencv-python/
[6]: https://github.com/tensorflow/models/tree/master/research/object_detection
[7]: http://scaircrow.com/
[8]: https://www.dronedeploy.com/
[9]: https://www.flirtey.com/

## Prerequisites
- Python Programming, the concept of APIs and libraries
- Computer Vision basics
- The IoT concept
- An eager mind

## MAVLink Snipets

## Dronekit Files

## Prereq Links
### Dronekit Guide
http://python.dronekit.io/