Skip to content

anshulg825/3D-Lidar-Multiple-Obstacle-Tracking

Repository files navigation

ROS Package for Object Detecton/Tracking

Please notice that I have stopped working on this repository now.

Intro

This package includes Ground Removal, Object Clustering, Bounding Box, IMM-UKF-JPDAF, Track Management and Object Classification for 3D-LIDAR multi object tracking. The idea is mainly come from this paper.

Setup

Frameworks and Packages

Make sure you have the following is installed:

Dataset
wget http://kitti.is.tue.mpg.de/kitti/raw_data/2011_09_26_drive_0002/2011_09_26_drive_0005_sync.zip
wget http://kitti.is.tue.mpg.de/kitti/raw_data/2011_09_26_calib.zip
  • Convert raw data to rosbag by using the tool made by tomas789. This is his repository.

Start

PLEASE make sure you load the files, src/ego_velo.txt and src/ego_yaw.txt in src/imm_ukf_jpda.cpp l68, l69

Terminal 1
roscore

Terminal 2
rosbag play kitti_2011_09_26_drive_0005_synced.bag
Terminal 3
rviz

arch

Terminal 4
rosrun object_tracking main input:=/kitti/velo/pointcloud

Result

arch

Youtube Clip

IMAGE ALT TEXT HERE

About

This code is used to detect obstacles using a 3D Lidar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published