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(tracking_object_merger): fix bug and rework parameters #6168

Conversation

kminoda
Copy link
Contributor

@kminoda kminoda commented Jan 25, 2024

Description

Use param file as well as fixing a bug in param name.

Must be merged with autowarefoundation/autoware_launch#823

Tests performed

Launch Autoware and parameters are successfully loaded.

Effects on system behavior

Now logging_file_path will be /tmp/decorative_tracker_merger.log and enable_logging will be false by default in Autoware (see autowarefoundation/autoware_launch#823).

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Jan 25, 2024
@kminoda kminoda marked this pull request as ready for review January 25, 2024 04:18
@kminoda kminoda changed the title fix(tracking_object_merger): fix bug and use param file fix(tracking_object_merger): fix bug and rework parameters Jan 25, 2024
@kminoda kminoda added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 26, 2024
@kminoda
Copy link
Contributor Author

kminoda commented Jan 26, 2024

@YoshiRi Would appreciate if you could briefly check this PR 🙏
This will fix a bug, which will change the default parameter of tracking_object_merger. Let me know if it is better to set the default value something else.

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.

Sorry, I forgot to change this logging settings. Could you fix it?

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 Jan 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ccd852b) 14.58% compared to head (d9ead0d) 14.61%.
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6168      +/-   ##
==========================================
+ Coverage   14.58%   14.61%   +0.02%     
==========================================
  Files        1871     1868       -3     
  Lines      127545   127248     -297     
  Branches    37311    37297      -14     
==========================================
- Hits        18606    18594      -12     
+ Misses      88019    87742     -277     
+ Partials    20920    20912       -8     
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 14.61% <ø> (+0.02%) ⬆️ Carriedforward from cb8de68

*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.

@kminoda
Copy link
Contributor Author

kminoda commented Jan 29, 2024

@YoshiRi Would you also approve autowarefoundation/autoware_launch#823?

@YoshiRi YoshiRi merged commit 685b5b6 into autowarefoundation:main Jan 29, 2024
23 of 25 checks passed
@kminoda kminoda deleted the chore/tracking_object_merger/use_config branch January 29, 2024 09:03
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Jan 29, 2024
…oundation#6168)

* chore(tracking_object_merger): use config

Signed-off-by: kminoda <[email protected]>

* fix(tracking_object_merger): fix bug and use param file

Signed-off-by: kminoda <[email protected]>

* Update perception/tracking_object_merger/config/decorative_tracker_merger.param.yaml

---------

Signed-off-by: kminoda <[email protected]>
Co-authored-by: Yoshi Ri <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…oundation#6168)

* chore(tracking_object_merger): use config

Signed-off-by: kminoda <[email protected]>

* fix(tracking_object_merger): fix bug and use param file

Signed-off-by: kminoda <[email protected]>

* Update perception/tracking_object_merger/config/decorative_tracker_merger.param.yaml

---------

Signed-off-by: kminoda <[email protected]>
Co-authored-by: Yoshi Ri <[email protected]>
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) 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.

3 participants