Skip to content

C# wrapper around official 2.0 SDK for Tello drone

License

Notifications You must be signed in to change notification settings

Eloncase/RyzeTelloSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Languages