This is a starting point for Open3D-C++ projects, kept here for reference.
Instruction:
- Install Open3D C++ Library.
- Compile from source
sudo make installafter compilation
mkdir buildcd buildcmake ..make -j$(nproc)
You should see the testvisualizer executable if everything works fine.