Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 317 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 317 Bytes

Dji Tello Drone - GoLang Examples

Examples

  • Video Stream
  • Drone Control
  • TakeOff & Land

Requirements

  • mplayer
  • gobot.io/x/gobot
  • gobot.io/x/gobot/platforms/dji/tello
$ brew install mplayer
$ go get gobot.io/x/gobot 
$ go get gobot.io/x/gobot/platforms/dji/tello

.... to be continued