Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 827 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 827 Bytes

Drone Swarm Programming Overview

This repository contains code used to program a swarm of Tello drones. The drones operate automatically using defined commands which you have to include in the python code.

Contents

In this repository, you will find:

  1. .py file: contains the python code.
  2. .txt files: contain commands that control the drones movements. Each drone has its own command file. The command files gets imported into the python code for auto flight of the drones.

Getting started

To get started this project, you will need to install python on your local computer. You will also need to know the serial numbers and ip for the drones and replace them in the both the command files and the python code. Additional wifi adapters will be required for your local computer in order to connect to all drones.