Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.35 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.35 KB

LiDAR_Processing

Lidar, Pointcloud, perception

0. Sensor Arrangement

LiDAR_Arrange

1. Multi LiDAR Merging

download (1)

path: my_pcl_tutorial/src/merging_ALL.cpp

2. Segmentation : Extracting Obstacle or Lane Plane

Getting Obstacle PointCloud ONLY

Untitled (1)

Getting Lane Plane PointCloud ONLY

Untitled

path: my_pcl_tutorial/src/segmentation.cpp

3. Clustering

download

path: my_pcl_tutorial/src/clustering.cpp

4. Bounding Box generating

download (2)

path: my_pcl_tutorial/src/boundingbox.cpp