Git Product home page Git Product logo

drone-control-with-keyboard's Introduction

Drone Keyboard Control

This script allows you to control a drone using your keyboard. You can perform actions such as takeoff, landing, and controlling the drone's movements using the arrow keys and other designated keys.

Prerequisites

Before running the code, make sure you have the following dependencies installed:

  • Python 3.x
  • Olympe
  • pynput

You can install the required Python packages using pip:

pip install olympe pynput

Usage

  1. Connect to the drone's Wi-Fi network.

  2. Update the DRONE_IP variable in the code to match the IP address of your drone. By default, it is set to 10.202.0.1.

  3. Run the script by executing the following command:

python script.py
  1. The script will establish a connection with the drone and wait for your input.

  2. Use the following keys to control the drone:

    • t: Takeoff
    • l: Landing
    • a: Move left
    • d: Move right
    • w: Move forward
    • s: Move backward
    • up arrow: Increase altitude
    • down arrow: Decrease altitude
    • left arrow: Rotate left
    • right arrow: Rotate right
    • esc: Quit the script
  3. Press the corresponding keys to control the drone's movements. The drone will respond accordingly.

  4. To quit the script, press the esc key.

Note: Make sure to fly the drone in a safe environment and comply with all local regulations and laws regarding drone usage.

License

This code is licensed under the MIT License. Feel free to modify and distribute it as needed.

Acknowledgments

drone-control-with-keyboard's People

Contributors

sainavaneet avatar

Stargazers

Manisha Lingala avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.