CUDA-ScanMatcher-ICP icon indicating copy to clipboard operation
CUDA-ScanMatcher-ICP copied to clipboard

A high performance CUDA implementation of Scan Matching via the Iterative Closest Point Algorithm

Results 4 CUDA-ScanMatcher-ICP issues
Sort by recently updated
recently updated
newest added

Hi @botforge, amazing project, thanks for sharing. Type: Bugfix: memory leak. Description: This PR fixes a memory leak in pointcloud.cu which can result in out-of-memory crashes. This should solve issue...

What is the `cuda-getting-started` directory and where one can find it?

Hello botforge, thank you for your sharing. when I try to run the binary "cis565-ScanMatching-[x86_64/le]" with "#define MODEL true", it always reports "Cuda error: cudaMalloc dev_pos failed: out of memory."...

Hello, how do you modify the method to register two point clouds with different sizes?