-
Notifications
You must be signed in to change notification settings - Fork 667
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
fix(tracking_object_merger): fix bug and rework parameters #6168
Conversation
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
@YoshiRi Would appreciate if you could briefly check this PR 🙏 |
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.
Sorry, I forgot to change this logging settings. Could you fix it?
perception/tracking_object_merger/config/decorative_tracker_merger.param.yaml
Outdated
Show resolved
Hide resolved
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 ReportAll modified and coverable lines are covered by tests ✅
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@YoshiRi Would you also approve autowarefoundation/autoware_launch#823? |
…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]>
…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]>
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
andenable_logging
will befalse
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.
After all checkboxes are checked, anyone who has write access can merge the PR.