veeraragav / Lidar_Obstacle_Detection

This is a project done for Udacity's Sensor Fusion Nanodegree program. This code performs filtering, segmenting, clustering and tracking of point cloud data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lidar_Obstacle_Detection

This is a project done for Udacity's Sensor Fusion Nanodegree program. This code performs filtering, segmenting, clustering and tracking of point cloud data.

Installation Procedure

  • create a subdirectory build inside project directory. mkdir build
  • cd build
  • cmake ..
  • make
  • Now run the executable. ./project_lidar

About

This is a project done for Udacity's Sensor Fusion Nanodegree program. This code performs filtering, segmenting, clustering and tracking of point cloud data.


Languages

Language:C++ 96.5%Language:CMake 2.2%Language:C 1.3%