tue-robotics / wire

BSD 2-Clause "Simplified" License
21 stars 15 forks source link

wire

Introduction

Wire generates and maintains one consistent world state estimate based on object detections. It solves the data association problem by maintaining multiple hypotheses and facilitates tracking of various object attributes. The state estimators used for estimation and the probabilistic models used for association can be configured. Technical details can be found in this paper:

J. Elfring, S. van den Dries, M.J.G. van de Molengraft, M. Steinbuch, Semantic world modeling using probabilistic multiple hypothesis anchoring, Robotics and Autonomous Systems, Volume 61, Issue 2, February 2013, Pages 95-105, (pdf) which also includes a more detailed explanation of the algorithm.

<img src="http://img.youtube.com/vi/L38yWVEr9DA/0.jpg" alt="Wire introdcution video" width="480" height="360" border="10" />

Tutorials

Tutorials can be found on the ROS wiki.