Replace serialized detected object mergers to reduce complexity #6958
Labels
component:perception
Advanced sensor data processing and environment understanding. (auto-assigned)
type:new-feature
New functionalities or additions, feature requests.
Checklist
Description
The current object tracker consists of object mergers, trackers, and tracking-merger. However, there are several issues with the current process:
Here is the perception diagram. The object merger is highlighted as a red box.
Based on the current launcher, the structure inside is as following.
The object_association_merger is used 2 or 3 times. Depends on which detection mode is selected (option switches are marked as pink diamond), the input also changes.
Purpose
The purpose of this task is to:
Possible approaches
To achieve the goal, the following components will be developed and implemented in the multi_object_tracker:
Definition of done
The text was updated successfully, but these errors were encountered: