Skip to content
/ libpp Public

Generic C++ library for implementing path planning algorithms

License

Notifications You must be signed in to change notification settings

KeeJin/libpp

Repository files navigation

Libpp - Generic C++ library for path planning

Ubuntu CI

Compilation Instructions

  1. Install Conan 2.0 within a python venv using ./scripts/setup-conan-with-venv.sh
  2. Source the virtual environment with:
    source ./conan_venv/bin/activate
  1. Install conan dependencies and invoke cmake preset to use conan toolchain
    conan install . --build=missing -r conancenter
    cmake --preset conan-release
  1. Compile the code (tests enabled by default)
    cmake --build --preset conan-release

Running Unit Tests

    ctest --test-dir ./build/Release/ --output-on-failure

About

Generic C++ library for implementing path planning algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published