Go to file
Praveen Palanisamy f88d1c1484 Renamed node name to kf_tracker to match bin name 2019-04-13 14:13:10 -04:00
include/kf_tracker v1. Object ID/data association works. In this version PCL based unsupervised clustering is done separately. 2015-12-07 17:20:12 -05:00
src Renamed node name to kf_tracker to match bin name 2019-04-13 14:13:10 -04:00
.gitignore v1. Object ID/data association works. In this version PCL based unsupervised clustering is done separately. 2015-12-07 17:20:12 -05:00
CMakeLists.txt Changed package name to multi_object_tracking_lidar 2019-04-13 13:12:39 -04:00
README.md Updated with a short demo on sample AV LIDAR scans 2018-07-23 23:32:18 -04:00
package.xml Changed package name to multi_object_tracking_lidar 2019-04-13 13:12:39 -04:00

README.md

Multiple objects detection, tracking and classification from LIDAR scans/point-clouds

Sample demo of multiple object tracking using LIDAR scans

PCL based ROS package to Detect/Cluster --> Track --> Classify static and dynamic objects in real-time from LIDAR scans implemented in C++.

Features:

  • K-D tree based point cloud processing for object feature detection from point clouds
  • Unsupervised k-means clustering based on detected features and refinement using RANSAC
  • Stable tracking (object ID & data association) with an ensemble of Kalman Filters
  • Robust compared to k-means clustering with mean-flow tracking