Metadata-Version: 2.1
Name: item-tracking
Version: 1.0.10
Summary: A tracking algorithm for general purpose
Home-page: https://github.com/fannibal/item_tracking.git
Author: Fabrice POIRIER
Author-email: fabrice.poirier@ensta-bretagne.org
License: UNKNOWN
Description: # 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.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Description-Content-Type: text/markdown
