Object Fusion Using Data Association in Autoware Perception
The object_merger package fuses detected objects from multiple sources using data association. It relies on the same SSP (Successive Shortest Path) algorithm used in multi_object_tracker for solving the minimum-cost flow data association problem. The cost between objects is computed from their dista...