Giter Site home page Giter Site logo

imm_ukf_pda's Introduction

IMM-UKF-PDA Tracker

Autoware package based on IMM-UKF-PDA tracker.

  • From a sourced terminal:

roslaunch lidar_tracker imm_ukf_pda_tracker.launch

  • From Runtime Manager:

Computing Tab -> Detection/ lidar_detector -> imm_ukf_pda_tracker

Reference

A. Arya Senna Abdul Rachman, 3D-LIDAR Multi Object Tracking for Autonomous Driving. 2017. paper

M. Schreire, Bayesian environment representation, prediction, and criticality assessment for driver assistance systems. 2017. paper

Requirements

  • eucledian_cluster node.
  • ray_ground_filter node.
  • /tf topic. Below video is from Suginami data which contais /tf topic: (autoware-20180205150908.bag). You can download it from ROSBAG STORE for free. Otherwise, you need to do localization with a map to produce /tf topic from velodyne to world.
  • wayarea info from vectormap if is possible.

Parameters

Launch file available parameters for imm_ukf_pda_tracker

Parameter Type Description
tracker_input_topic String Input topic(type: autoware_msgs::CloudClusterArray). Default /cloud cluster.
tracker_output_topic String Output topic(type: autoware_msgs::CloudClusterArray). Default /tracking_cluster_array.
life_time_threshold Int The minimum frames for targets to be visualized. Default 8.
gating_threshold Double The value of gate threshold for measurement validation. Default 9.22.
gate_probability Double The probability that the gate contains the true measurement. Default 0.99.
detection_probability Double The probability that a target is detected. Default 0.9.
merge_distance_threshold Double The distance threshold for associating bounding box over frames. Default 0.5.
static_velocity_threshold Double The velocity threshold for classifying static/dynamic. Default 0.5.
static_num_history_threshold Int The amount of frames the velocity is averaged over to compare to static_velocity_threshold. Default 3.
prevent_explosion_threshold Double The threshold for stopping kalman filter update. Default 1000.
use_sukf bool Use standard kalman filter. Default false.

Launch file available parameters for visualize_detected_objects

Parameter Type Description
input_topic String Input topic(type: autoware_msgs::CloudClusterArray). Default /tracking_cluster_array.
pointcloud frame String Pointcloud frame. Default velodyne.

Subscribed topics

Node: imm_ukf_pda_tracker

Topic Type Objective
/detection/lidar_objects autoware_msgs::DetectedObjectArray Segmented pointcloud from a clustering algorithm like eucledian cluster.
/tf tf Tracking objects in world coordinate.

Node: visualize_detected_objects

Topic Type Objective
/detected_objects autoware_msgs::DetectedObjectArray Objects with tracking info.

Published topics

Node: imm_ukf_pda_tracker

Topic Type Objective
/detected_objects autoware_msgs::DetectedObjectArray Added info like velocity, yaw ,yaw_rate and static/dynamic class to DetectedObject msg.
/bounding_boxes_tracked jsk_recognition_msgs::BoundingBoxArray Visualze bounsing box nicely in rviz by JSK bounding box. Label contains information about static/dynamic class

Node: visualize_detected_objects

Topic Type Objective
/detected_objects/velocity_arrow visualization_msgs::Marker Visualize velocity and yaw of the targets.
/detected_objects/target_id visualization_msgs::Marker Visualize targets' id.

Video

IMM UKF PDA lidar_tracker Autoware

Benchmark

Please notice that benchmark scripts are in another repository. You can tune parameters by using benchmark based on KITTI dataset. The repository is here.

imm_ukf_pda

imm_ukf_pda's People

Contributors

xiao-hu-z avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.