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

https://github.com/adeelh/drone-companion

Specify a target in the video and watch the AR Drone 2.0 autonomously track and follow it. (Final Year Project, Fall 2016 - Spring 2017)
https://github.com/adeelh/drone-companion

ardrone drone object-tracking opencv python robotics

Last synced: about 1 month ago
JSON representation

Specify a target in the video and watch the AR Drone 2.0 autonomously track and follow it. (Final Year Project, Fall 2016 - Spring 2017)

Awesome Lists containing this project

README

          

# AR Drone Companion
A desktop app for the Parrot AR Drone 2.0. Specify a target in the video and watch the AR Drone autonomously track and follow it. The drone also avoids obstacles using data from mounted ultrasonic sensors. (Final Year Project, Fall 2016 - Spring 2017)

## Run
`python app.py`

## Controls
`` - takeoff/land
`r` - start/stop recording
`p` - take a picture
`c` - stop tracking
`q` - quit

## Dependencies
- [python-ardrone](https://github.com/AdeelH/python-ardrone)
- OpenCV 3.x
- Dlib
- NumPy