Skip to content

A command-line Tello drone simulator with real-time 2D flight visualization,

Notifications You must be signed in to change notification settings

BKGitRepo/TelloVectoFly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelloVectoFly

Flight Path Example

A simulation environment for testing and visualizing Tello drone flight paths before deploying commands to a real drone.

Features

  • Real-time visualization of drone movement and altitude
  • Interactive command-line interface for drone control
  • Save and load flight paths as JSON files
  • Supports all basic Tello drone commands:
    • Movement: forward, back, left, right, up, down
    • Rotation: clockwise (cw), counter-clockwise (ccw)
    • Special: takeoff, land, flip
  • Error checking for valid commands and parameters
  • Simulated flight path plotting with error margins
  • Real drone deployment capability via easytello

Installation

  1. Clone this repository
  2. Install required dependencies:
pip install matplotlib numpy pandas easytello
python test.py

About

A command-line Tello drone simulator with real-time 2D flight visualization,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages