Eloncase / RyzeTelloSDK

C# wrapper around official 2.0 SDK for Tello drone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RyzeTelloSDK

This project is a C# wrapper around official 2.0 SDK for Tello drone. SDK documentation can be found here. There is a copy in repository just in case.

Similar Projects

Why make another one?

I wanted to make a small and simple wrapper that covers only UDP connections and commands.

Known Issues

  • UDP connection can be handled better
    • Tello sends response after completing an action. So the library ends up with queuing commands and hangs until they are all proccessed (with the exception of rc commands)
  • Library is missing commands related to mission pad
  • Documentation

TelloTestApp

Test app for RyzeTelloSDK that shows capabilites of a library. Outputs Tello state to console, uses ffmpeg to output video stream and controller to control a drone.

preview

Controls

Just look it up here.

Requirments

Since it uses ffmpeg to output a video stream you should have it on your PATH.

About

C# wrapper around official 2.0 SDK for Tello drone

License:MIT License


Languages

Language:C# 100.0%