这篇文章整理了保存在我的github中的仓库,仓库包含了代码和对应的论文。代码基本来自他人的开源成果,我另外添加了十分详细的注释以学习。

点云

ICP


patchworkpp

A ground estimation algorithm.

2022 Patchwork++ Fast and Robust Ground Segmentation Solving Partial Under-Segmentation Using 3D Point Cloud


3DLineDetection

2019 Fast 3D Line Segment Detection From Unorganized Point Cloud


linefit_ground_segmentation

A classical ground estimation algorithm.

2010 Fast Segmentation of 3D Point Clouds for Ground Vehicles


图像

pnp

index name description
1 EPnP  
2 PnPRANAAC  

delaunay and voronoi

This code realize how to generate delaunay and voronoi from a series of points. A GUI is included. It works for 2D points, but it’s easy to expand for 3D points.


edge_dection

index name description
1 canny  
2 prewitt  
3 roberts  
4 sobel  

SLAM

RLINS

2020 RLINS A Lidar_Inertial State Estimator for Robust and Efficient Navigation


LIO-SAM

2020 LIO SAM - Tightly coupled Lidar Inertial Odometry via Smoothing and Mapping


LeGO-LOAM

2018 LeGO-LOAM Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain


A-LOAM

2014 LOAM Lidar Odometry and Mapping in Real-time

2016 Low-drift and real-time lidar odometry and mapping


LOAM

2014 LOAM Lidar Odometry and Mapping in Real-time

2016 Low-drift and real-time lidar odometry and mapping


SLAM demo

This is a SLAM demo from a zhihuer.


标定

lidar_imu_calib


Multi_Chessboard_Corner_Extraction

This code is used to recoganize all chessboards from one image.


SensorsCalibration

This is a sensor calibration tool box from OpenCalib.


融合定位

robot_localization

This is a localization fusion package, which is included in ROS.


其它

qt

index name description
1 example  
2 c-qt  
3 displayPC