https://github.com/thomas-maurice/flight-control
Flight control software for my Tello drone
https://github.com/thomas-maurice/flight-control
diy drone golang opencv tello uav
Last synced: about 1 month ago
JSON representation
Flight control software for my Tello drone
- Host: GitHub
- URL: https://github.com/thomas-maurice/flight-control
- Owner: thomas-maurice
- Created: 2020-06-24T16:53:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T16:53:30.000Z (almost 6 years ago)
- Last Synced: 2023-05-17T20:50:19.076Z (about 3 years ago)
- Topics: diy, drone, golang, opencv, tello, uav
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drone flight control
This is a drone control flight for my Tello drone and Logitech RumblePad2 controller.
The `logitech.json` is a `gobot` compatible descriptor of the controller.
There is a mjpeg streaming server available on http://localhost:8080
You can do further detection by using [yolov5](https://github.com/ultralytics/yolov5) like so
```
python detect.py --source http://localhost:8080/mjpeg --view-im
```