Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.08 KB

File metadata and controls

22 lines (16 loc) · 1.08 KB

LIDAR Obstacle Detection

This is a project of Udacity Sensor Fusion Nanodegree. The starter code of this project was downloaded from Udacity's official github repositry.

If you are facing trouble in running the code, I suggest you to refer this first for installation of all the dependencies.


Step by step implementation of the project

  1. Created an enviornment to visualize the LIDAR working principle. image

  2. Visualized point cloud data generated image1

  3. Planer Segmentation using RANSAC image2

  4. Voxel Filtering and implemented Clustering and bounding box on the obstacles image3

  5. Streaming the point cloud files and then applying to all the frames as detected. video