Talks to PX4 and provides telemetry and guidance for the mission.
- Install python 3.6+ for your system preferably latest stable version of python
- Get the code
https://github.com/animal-locator-drone/captain.git
- cd into the folder
cd captain
- Setup a venv and activate it
python -m venv .venv
source .venv/bin/activate
- You will need to rerun this in each new terminal unless you automate with VScode
- Install dependencies with pip
pip install -r requirements.txt
- Edit your config file if necessay
config.ini
- Activate the venv (see Prerequisites 4.2)
- Run the web server
python main.py
- Read the documentation it has an excellent tutorial for beginners.