Multi-start ICP is implemented using the pointcloud library
To run the code, build normally using cmake. Make sure you are in the directory. Then run:
mkdir build
cd build
cmake ..
make
cd ..
Make sure you are in the main directory, where config.yaml is located, then run:
./build/pcl_app
Parameters that can be modified are in the config.yaml file to avoid needing to recompile.