Skip to content

Standalone executable performing PCL Normal Distributions Transform and GICP registrations

Notifications You must be signed in to change notification settings

BBO-repo/pcl-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCL ICP

Standalone executable performing PCL Normal Distributions Transform and GICP registrations

Build and run

git clone https://github.com/BBO-repo/pcl-registration.git
cd pcl-registration
mkdir build && cd build && cmake .. && make
./align  ../data/16961.280000000.pcd ../data/16961.804000000.pcd
--- pcl::GICP ---
single alignment taken time: 53[ms]
fitness: 0.0455552

--- pcl::NDT ---
single alignment taken time: 43[ms]
fitness: 0.0714274

About

Standalone executable performing PCL Normal Distributions Transform and GICP registrations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published