Skip to content

Detecting obstacles in point clouds using filtering, segmentation and clustering using PCL

License

Notifications You must be signed in to change notification settings

kneehit/LIDAR-Obstacle-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIDAR Obstacle Detection

Description

The goal of this project is to use to various algorithms on Point Cloud data such as Voxel Grid filtering, RANSAC segmentation and Euclidean Clustering with KD-Tree to detect obstacles.

Pipeline

alt text

Results

The following animation shows the segmented point clouds - obstacles (in yellow) and road (in green)

alt text

Closing thoughts

  1. Tracking can used to keep a record of obstacles throughout all the point clouds.
  2. 3D Object detection can further aid in determining the type of obstacle (car, traffic signal pole, etc.).

About

Detecting obstacles in point clouds using filtering, segmentation and clustering using PCL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages