/PointCloud

Point Cloud Generator for Simulation

Primary LanguageC++GNU General Public License v3.0GPL-3.0

PointCloud

Point Cloud Generator for Simulation

Dependency

Build

The following compilers are tested:

  • Clang: Apple LLVM 10.0.0, 11.0.0

Windows & Linux

  1. install embree, the conan package can be found here
  2. Create your build directory mkdir build && cd build
  3. Run Conan conan install .. --build missing
  4. Run CMake cmake .. for development or cmake -DCMAKE_BUILD_TYPE=Release for a release build
  5. Compile by running make