Skip to content

Georacer/last_letter_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

last_letter_lib

Software libraries for UAV simulation.

Build instructions

To build the C++ code

Run the following under the uv venv (uv run).

  • pip3 install tools/requirements.txt
  • pre-commit install
  • mkdir build && cd build
  • cmake ..
  • make

To build the Python code

To build the Python wheels do

  • uv build

To build the code so that you can import the Python code in editable mode do

  • uv venv [--python 3.10]
  • uv pip install --editable . [--force-reinstall]

Build and run C++ tests

  • cmake -S . -B build && cmake --build build && ./build/all_tests

or straight after compiling the Python package:

  • ./build/cp310-cp310-linux_x86_64//all_tests

Testing instructions

About

Software library for UAV simulation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages