A simple Python project for controlling drones.
Prerequisites:
- Python 3.x (tested with 3.10)
- Google Chrome
- git
Steps:
- Clone the repository:
git clone https://github.com/ajaysathvik/drone2
- Create a virtual environment (recommended) :
python -m venv drone
source drone/bin/activate # Linux/macOS
drone\Scripts\activate.bat # Windows
- Install dependencies:
pip install -r requirements.txt
python3 drone.py
Thank you for considering contributing to our project! Follow these steps to contribute:
-
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.
-
Clone your fork:
git clone https://github.com/your-username/your-drone-project.git
cd your-drone-project
- 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
- 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!
Please adhere to the project's code of conduct. Respect others' opinions and maintain a positive and inclusive environment.