Skip to content

GeniusT31/PCL_ICP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCL ICP

Multi-start ICP is implemented using the pointcloud library

Building the code

To run the code, build normally using cmake. Make sure you are in the directory. Then run:

mkdir build
cd build
cmake ..
make
cd ..

Running the code

Make sure you are in the main directory, where config.yaml is located, then run:

./build/pcl_app

Modifying parameters

Parameters that can be modified are in the config.yaml file to avoid needing to recompile.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors