Software libraries for UAV simulation.
- pip3 install tools/requirements.txt
- pre-commit install
- mkdir build && cd build
- cmake ..
- make
- poetry build && poetry install
- cmake -S . -B build && cmake --build build && ./build/all_tests
or straight after compiling the Python package:
- ./build/temp.linux-x86_64-cpython-310/last_letter_lib.cpp_last_letter_lib/all_tests