small_gicp icon indicating copy to clipboard operation
small_gicp copied to clipboard

2-D points registration

Open eshasadia opened this issue 1 year ago • 1 comments

Hi, I have tested a few 2-d points sample, by converting them to 3-d by appending zero to 3rd axes, however the performance is not the same as 2-d, can you suggest if there are any functions designated just for 2-d in this library

eshasadia avatar Oct 28 '24 16:10 eshasadia

You can customize the scan matching algorithm with RestrictDoFFactor to ignore some dimensions. See this example.

koide3 avatar Oct 29 '24 01:10 koide3