Skip to content

This project provides an interface to control a DJI Tello drone using hand signals and voice commands.

License

Notifications You must be signed in to change notification settings

abhiruka/telloCommander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelloCommander

TelloCommander is a Python project that allows you to control a DJI Tello drone using hand signals and voice commands. Using computer vision and voice recognition techniques, this project provides a unique and intuitive way to interact with your drone.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.8 or higher
  • Pipenv
  • DJI Tello drone

Installation

  1. Clone this repository to your local machine using:
git clone https://github.com/username/TelloCommander.git
  1. Navigate to the cloned TelloCommander directory:
cd TelloCommander
  1. Install the required dependencies using Pipenv:
pipenv install

Usage

To use TelloCommander, follow these steps:

  1. Ensure your machine is connected to the Tello drone's Wi-Fi.

  2. Activate the Pipenv environment:

pipenv shell
  1. Run the main script:
python main.py

Contributing

We welcome contributions to TelloCommander! Please see the CONTRIBUTING.md file for details on how to contribute.

License

This project is licensed under the terms of the MIT License. For the full text of the license, please see the LICENSE file in the root directory of this repository, or visit the MIT License webpage.

Acknowledgments

  • DJI for creating the amazing Tello drone and providing the SDK.
  • The Python community for providing a wealth of libraries and tools.

About

This project provides an interface to control a DJI Tello drone using hand signals and voice commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages