Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 648 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 648 Bytes

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.).