Anujith Muraleedharan 1480a75a61 Markdown
2025-04-02 13:45:50 +05:30
2025-03-22 16:06:45 +01:00
2025-03-22 16:06:45 +01:00
2025-03-22 16:06:45 +01:00
2025-03-22 16:06:45 +01:00
2025-04-02 13:45:50 +05:30
2025-03-22 16:06:45 +01:00
2025-03-22 16:06:45 +01:00
2025-03-22 16:06:45 +01:00
2025-03-22 16:06:45 +01:00

Tello Drone Sim

This is a simple simulation of a Tello drone using Ursina. The drone can be controlled via tcp calls.

in the repo there is the simulation server along with a client class that can be used to interact with the sim server

Setup

  1. Create the virtual environment by running:
python3 -m venv venv
  1. Activate the virtual environment by running:
source venv/bin/activate
  1. Install the required packages by running:
pip install -r requirements.txt
  1. Export the python path by running:
export PYTHONPATH=$PWD

Running the simulation

To run the simulation, run the following command:

python tello_sim/run_sim.py
Description
No description provided
Readme Apache-2.0 166 MiB
Languages
Python 88%
Shell 11.8%
Dockerfile 0.2%