drone
Autonomous drone that looking for station when battery is low and lands
🛠Getting Started
Use python package
Prerequisites:
Download and install Python (Version 3.10+ is recommended).
- Clone the repository:
git clone https://github.com/cyber-gorizont/drone.git
- Navigate to the project directory:
cd drone
- (Recommended) Create a Python virtual environment:
You can follow the Python official documentation for virtual environments.
python3 -m venv venv
- Activate the virtual environment:
- On Windows:
.\venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
- Install the required Python packages from
requirements.txt
:
pip install -r requirements.txt
- Start the program:
python src/qr-decode.py