Point Cloud Generator for Simulation
The following compilers are tested:
- Clang: Apple LLVM 10.0.0, 11.0.0
- install embree, the conan package can be found here
- Create your build directory
mkdir build && cd build
- Run Conan
conan install .. --build missing
- Run CMake
cmake ..
for development orcmake -DCMAKE_BUILD_TYPE=Release
for a release build - Compile by running
make