Skip to content

A fast and robust point cloud registration library

License

Notifications You must be signed in to change notification settings

Enzo-MiMan/TEASER-plusplus-1

 
 

Repository files navigation

c++

cd TEASER-plusplus && mkdir build && cd build
cmake .. && make
sudo make install
cd .. && cd examples/teaser_cpp_ply && mkdir build && cd build
cmake .. && make
OMP_NUM_THREADS=9 ./teaser_cpp_ply

result (implemented on two frames of mm-wave radar point cloud)


cite:

@article{Yang20arXiv-TEASER,
    title={TEASER: Fast and Certifiable Point Cloud Registration},
    author={Yang, Heng and Shi, Jingnan and Carlone, Luca},
    year={2020},
    eprint={2001.07715},
    archivePrefix={arXiv},
    primaryClass={cs.RO},
    url = {https://github.com/MIT-SPARK/TEASER-plusplus},
    pdf = {https://arxiv.org/abs/2001.07715}
}

About

A fast and robust point cloud registration library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.3%
  • CMake 5.7%
  • MATLAB 2.0%
  • Python 1.0%