sudarshan-reddy / dogbot

Code for the DJI tello to follow your face

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dogbot

Code for the DJI tello to follow your face

drone demo

Prequisites:

  • opencv
  • gocv
  • ffmpeg

Build

  • Follow the instructions to install GOCV here: https://github.com/hybridgroup/gocv
  • go build after should work
  • the model and proto.txt are hardcoded at the moment to stay in the same root as the binary.

Running

  • Connect your computer with the code to the tello's wifi (should be TELLO-XXXXXX).
  • go run main.go or download the built binary for mac in releases.
  • hit U to have the drone take-off
  • hit T to start tracking mode which follows your face.
  • T to toggle it off
  • D to bring the drone down again.

About

Code for the DJI tello to follow your face

License:MIT License


Languages

Language:Go 100.0%