item-tracking

A tracking algorithm for general purpose


License
Apache-2.0
Install
pip install item-tracking==1.0.10

Documentation

item_tracking

Overview

This is a tracking package for items, which are define with a complete structure. Item can be define either by PointCloud as define in ROS, or with components. These components have 3D pose, orientation and size. It is possible to enable pose smoothing of components or item. The implemented smoothing is exponential smoothing. The tracking matches check each iteration the evolution of tracked items depending on how the parameters are set.

Examples

Examples of how this package can be used are in the directory examples.

Installation

pip install item_tracking should work for most users.