fix(multi object tracker): tracker type to associate (#11132)#2290
Merged
TaikiYamada4 merged 1 commit intotier4:beta/v0.48from Aug 12, 2025
Conversation
…ion#11132) * feat(multi_object_tracker): add tracker priority for object classification Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat(multi_object_tracker): introduce TrackerType enum and update tracker implementations Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor(multi_object_tracker): remove confident_count_threshold parameter and related logic Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat(multi_object_tracker): update TrackerType enum and refactor tracker map usage Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat(multi_object_tracker): add can_assign_map for tracker type assignments and update related logic Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor(tracker_processor): improve tracker sorting logic and remove debug output Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat(multi_object_tracker): make tracker_type private Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor(tracker_processor): remove debug output from mergeOverlappedTracker function Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat(multi_object_tracker): refactor can_assign_map initialization and update tracker_map usage Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * style(pre-commit): autofix * feat(trackers): initialize tracker_type in constructors for all tracker classes Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor(processor): replace std::map with std::unordered_map for tracker_map and thresholds refactor(multi_object_tracker): update error message for invalid association matrix size Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * feat(multi_object_tracker): refactor tracker type retrieval using unordered_map for improved efficiency Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * style(pre-commit): autofix * refactor(processor): rename channel_priority to tracker_priority for clarity in mergeOverlappedTracker Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## beta/v0.48 #2290 +/- ##
=============================================
Coverage ? 38.10%
=============================================
Files ? 51
Lines ? 3800
Branches ? 1198
=============================================
Hits ? 1448
Misses ? 2241
Partials ? 111
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
TaikiYamada4
approved these changes
Aug 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cherry-pick of autowarefoundation#11132