Go to file
Gašper Spagnolo 2c21aef7cc Update readme 2023-03-19 11:16:37 +01:00
code first commit 2023-03-19 11:14:01 +01:00
README.md Update readme 2023-03-19 11:16:37 +01:00

README.md

UAV Localization

Setup environment

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