Go to file
Gašper Spagnolo 4686c7e83e update image saving 2023-03-28 01:12:43 +02:00
code update image saving 2023-03-28 01:12:43 +02:00
paper Add paper 2023-03-19 14:37:46 +01:00
.gitignore update image saving 2023-03-28 01:12:43 +02:00
README.md Update requirements.txt 2023-03-19 11:23:11 +01:00

README.md

UAV Localization

Setup environment

cd ./code/ && python -m venv .venv
. ./.venv/bin/activate
pip install -r requirements.txt

Lint

black ./code