All Projects → dbaldwin → Droneblocks Tello Python

dbaldwin / Droneblocks Tello Python

A DroneBlocks course on drone programming with Tello using Python scripts

Projects that are alternatives of or similar to Droneblocks Tello Python

Soccer Ball Detection Yolov2
YOLOv2 trained against custom dataset
Stars: ✭ 97 (-1.02%)
Mutual labels:  jupyter-notebook
Food 101 Mobile
Deep Learning Food Classifier for iOS using Keras and Tensorflow
Stars: ✭ 97 (-1.02%)
Mutual labels:  jupyter-notebook
Cubicasa5k
CubiCasa5k floor plan dataset
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Uq bnn
Uncertainty quantification using Bayesian neural networks in classification (MIDL 2018, CSDA)
Stars: ✭ 97 (-1.02%)
Mutual labels:  jupyter-notebook
Machine learning
机器学习相关
Stars: ✭ 97 (-1.02%)
Mutual labels:  jupyter-notebook
Graph2nn
code for paper "Graph Structure of Neural Networks"
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Pp4fpgas Cn Hls
HLS Project of pp4fpgas - https://github.com/xupsh/pp4fpgas-cn
Stars: ✭ 97 (-1.02%)
Mutual labels:  jupyter-notebook
Hmm
An implementation of the Viterbi Algorithm for training Hidden Markov models. This repo accompanies the video found here: https://www.youtube.com/watch?v=kqSzLo9fenk
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Talks
Code, slides, and documentation for the talks I have given.
Stars: ✭ 97 (-1.02%)
Mutual labels:  jupyter-notebook
Mc gradients
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Rlai Exercises
Exercise Solutions for Reinforcement Learning: An Introduction [2nd Edition]
Stars: ✭ 97 (-1.02%)
Mutual labels:  jupyter-notebook
Lein Jupyter
A Leiningen plugin to integrate clojure with jupyter notebook
Stars: ✭ 97 (-1.02%)
Mutual labels:  jupyter-notebook
Tia
Your Advanced Twitter stalking tool
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Rc tf
百度机器阅读理解竞赛模型代码 ,获得 final 第三名
Stars: ✭ 97 (-1.02%)
Mutual labels:  jupyter-notebook
Dl book
legend
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Ccks2018
CCKS 2018 开放领域的中文问答任务 1st 解决方案
Stars: ✭ 96 (-2.04%)
Mutual labels:  jupyter-notebook
Kglab
Graph-Based Data Science: an abstraction layer in Python for building knowledge graphs, integrated with popular graph libraries – atop Pandas, RDFlib, pySHACL, RAPIDS, NetworkX, iGraph, PyVis, pslpython, pyarrow, etc.
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Pytorch learning
书籍:深度学习框架pytorch入门与实践
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Python
Source code about Python Development
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook
Gde
Graph Neural Ordinary Differential Equations
Stars: ✭ 98 (+0%)
Mutual labels:  jupyter-notebook

Tello Programming with Python

This GitHub respository contains the Python source code for each of the lessons in our DroneBlocks course:

https://learn.droneblocks.io/p/tello-drone-programming-with-python/

This online course will walk you through using Python to program your Tello drone for autonomous flight. As of 4/1/18 the commands supported by Tello are:

  • command
  • takeoff
  • land
  • up xx (fly up a distance from 20 - 500 cm)
  • down xx (fly down a distance from 20 - 500 cm)
  • left xx (fly left a distance from 20 - 500 cm)
  • right xx (fly right a distance from 20 - 500 cm)
  • forward xx (fly forward a distance from 20 - 500 cm)
  • back xx (fly backward a distance from 20 - 500 cm)
  • go x y z speed (fly x y z distance with speed)
  • cw xx (yaw clockwise with angle from 1 - 3600 degrees)
  • ccw xx (yaw counter clockwise with angle from 1 - 3600 degrees)
  • flip x (flip l/r/f/b/bl/br/fl/fr)
    • l = left
    • r = right
    • f = forward
    • b = backward
    • bl = backward left
    • br = backward right
    • fl = forward left
    • fr = forward right
  • speed x (set speed from 1 - 100 cm/s)
  • speed? (get current speed)
  • battery? (get current battery percentage)
  • time? (get current flight time)

Please feel free to get familiar with the code and we welcome any pull requests. If you'd like to join our online community you can do so here:

https://www.facebook.com/groups/droneblocks

If you'd prefer to code Tello using block programming then check out DroneBlocks in both the iOS and Android app stores.

iOS: DroneBlocks for iOS

Android: DroneBlocks for Android

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].