Class to perform data association between existing tracks and new detections using mahalanobis distance and hungarian assigner.
More...
#include <data_association.hpp>
Class to perform data association between existing tracks and new detections using mahalanobis distance and hungarian assigner.
◆ Associator()
Constructor.
- Parameters
-
| association_cfg | Config object containing parameters to be used |
◆ assign()
| AssociatorResult autoware::perception::tracking::Associator::assign |
( |
const autoware_auto_msgs::msg::DetectedDynamicObjectArray & |
detections, |
|
|
const autoware_auto_msgs::msg::TrackedDynamicObjectArray & |
tracks |
|
) |
| |
Run assigner for the given list of detections and tracks.
- Parameters
-
| detections | List of detections |
| tracks | List of tracks |
- Returns
- Returns Associator result struct
The documentation for this class was generated from the following files: