Skip to content

ajaysathvik/drone2

Repository files navigation

Drone-Pilot

A simple Python project for controlling drones.

Installation

Prerequisites:

  • Python 3.x (tested with 3.10)
  • Google Chrome
  • git

Steps:

  1. Clone the repository:
git clone https://github.com/ajaysathvik/drone2
  1. Create a virtual environment (recommended) :
python -m venv drone
source drone/bin/activate  # Linux/macOS
drone\Scripts\activate.bat  # Windows
  1. Install dependencies:
pip install -r requirements.txt

Usage

python3 drone.py

Contributing

Thank you for considering contributing to our project! Follow these steps to contribute:

  1. Fork the repository : Click on the "Fork" button on the top right of the repository's page to create your own copy of the project.

  2. Clone your fork:

git clone https://github.com/your-username/your-drone-project.git
cd your-drone-project
  1. Create a new branch:
git checkout -b feature/new-feature

4.Make your changes : Make the necessary changes in your branch. Ensure that your changes follow the project's coding style and conventions.

5.Commit your changes:

git commit -m 'Add new feature'

6.Push to your branch:

git push origin feature/new-feature
  1. Submit a pull request : Navigate to the original repository. You should see a "Compare & pull request" button. Click on it. Provide a brief description of your changes and submit the pull request.

Our team will review your contribution, and if everything looks good, we'll merge it. Thank you for your contribution!

Code of Conduct

Please adhere to the project's code of conduct. Respect others' opinions and maintain a positive and inclusive environment.