-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(autoware_tracking_object_merger): add merge frame #8418
fix(autoware_tracking_object_merger): add merge frame #8418
Conversation
Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8418 +/- ##
==========================================
- Coverage 23.74% 23.74% -0.01%
==========================================
Files 1378 1378
Lines 101350 101358 +8
Branches 38509 38508 -1
==========================================
Hits 24063 24063
- Misses 74816 74824 +8
Partials 2471 2471
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…tion#8418) * fix(autoware_tracking_object_merger): add merge frame Signed-off-by: Kaan Çolak <kaancolak95@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: Kaan Çolak <kaancolak95@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…tion#8418) * fix(autoware_tracking_object_merger): add merge frame Signed-off-by: Kaan Çolak <kaancolak95@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: Kaan Çolak <kaancolak95@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…tion#8418) * fix(autoware_tracking_object_merger): add merge frame Signed-off-by: Kaan Çolak <kaancolak95@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: Kaan Çolak <kaancolak95@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…tion#8418) * fix(autoware_tracking_object_merger): add merge frame Signed-off-by: Kaan Çolak <kaancolak95@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: Kaan Çolak <kaancolak95@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: xtk8532704 <1041084556@qq.com>
Description
Currently, merging of different track objects is only possible in the "map" frame, it's hardcoded. However, some sensors like radar provide tracked objects as a local frame. I just added basic functionality that merges objects in the target frame.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.