LIO-SAM-GPU-ScanToMapOpt icon indicating copy to clipboard operation
LIO-SAM-GPU-ScanToMapOpt copied to clipboard

A CUDA reimplementation of the line/plane odometry of LIO-SAM. A point cloud hash map (inspired by iVox of Faster-LIO) on GPU is used to accelerate 5-neighbour KNN search.

Results 4 LIO-SAM-GPU-ScanToMapOpt issues
Sort by recently updated
recently updated
newest added

In any case, nice work. I personally optimized LIO-SAM with nanoflann_pcl and replaces all instances of radius search with knn search to reach a 2x speedup. GPU based knn search...

Thans for your great work. While the robot will drift immediately when using the dataset "Campus dataset (small)" like this. What should I modify the project. ![mapping_drift](https://github.com/qdLMF/LIO-SAM-GPU-ScanToMapOpt/assets/33504360/578cca0c-b645-4999-91ec-960ca83d2f64)

Is it possible to run this repository with CUDA 10.2? I have tried it but I only get an error message: `CMake Error at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find CUDA...