Skip to content
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

Merged
merged 3 commits into from
Aug 11, 2024

Conversation

kaancolak
Copy link
Contributor

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:

  • Link

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
@kaancolak kaancolak self-assigned this Aug 9, 2024
@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Aug 9, 2024
Copy link

github-actions bot commented Aug 9, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@YoshiRi YoshiRi added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 9, 2024
Copy link
Contributor

@YoshiRi YoshiRi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

codecov bot commented Aug 9, 2024

Codecov Report

Attention: Patch coverage is 0% with 15 lines in your changes missing coverage. Please review.

Project coverage is 23.74%. Comparing base (473bee8) to head (c4d5a0f).
Report is 8 commits behind head on main.

Files Patch % Lines
...ject_merger/src/decorative_tracker_merger_node.cpp 0.00% 14 Missing ⚠️
...tracking_object_merger/src/utils/tracker_state.cpp 0.00% 1 Missing ⚠️
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              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 23.74% <ø> (+<0.01%) ⬆️ Carriedforward from a5d77b4

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kaancolak kaancolak enabled auto-merge (squash) August 11, 2024 12:32
@kaancolak kaancolak merged commit 9c95d21 into autowarefoundation:main Aug 11, 2024
23 of 24 checks passed
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 13, 2024
…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>
technolojin pushed a commit to technolojin/autoware.universe that referenced this pull request Aug 13, 2024
…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>
esteve pushed a commit to esteve/autoware.universe that referenced this pull request Aug 13, 2024
…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>
xtk8532704 pushed a commit to tier4/autoware.universe that referenced this pull request Aug 15, 2024
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants