Skip to content

k0suke-murakami/object_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS Package for Object Detecton/Tracking

Please notice this repository is still in progress.

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published