Giter Site home page Giter Site logo

tello-python's Introduction

Tello EDU Drone Python Playground

Simple python CLI wrapper for the drones UDP API. This allows you to control the drone via the command line and see the responses.

Added value:

  • Basic parameter checks before sending to drone (are required arguments present and of correct type). Does not enforce int value ranges.
  • List and explain the available commands.

Getting started

Connect to the drone's WIFI network.

  1. $ python3 src/tello_cmd.py
  2. (tello) takeoff
  3. (tello) land
  4. `(tello) exit

Supported commands

View via (tello) help.

  • command
  • takeoff
  • land
  • streamon
  • streamoff
  • emergency
  • up
  • down
  • left
  • right
  • forward
  • back
  • cw
  • ccw
  • flip
  • go
  • record (meta command, not passed to drone)
  • playback (meta command, not passed to drone)
  • exit (meta command, not passed to drone)

Unsupported commands

Any unrecognized command is passed to the drone as-is. However, the arguments are not checked for existence and type.

  • stop
  • curve
  • go
  • jump
  • speed
  • rc
  • wifi
  • mon
  • moff
  • mdirection
  • ap
  • speed?
  • battery?
  • time?
  • wifi?
  • sdk?
  • sn?

Using Docker

  1. docker build -t tello .
  2. docker run --network=host -it tello

Further Reading

tello-python's People

Contributors

ftes avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.