-
Notifications
You must be signed in to change notification settings - Fork 680
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
refactor(localization_error_monitor): refactor diag #4964
refactor(localization_error_monitor): refactor diag #4964
Conversation
Signed-off-by: yamato-ando <Yamato ANDO>
Signed-off-by: yamato-ando <Yamato ANDO>
Signed-off-by: yamato-ando <Yamato ANDO>
Signed-off-by: yamato-ando <Yamato ANDO>
Signed-off-by: yamato-ando <Yamato ANDO>
Signed-off-by: yamato-ando <Yamato ANDO>
Signed-off-by: yamato-ando <Yamato ANDO>
Signed-off-by: yamato-ando <Yamato ANDO>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4964 +/- ##
==========================================
+ Coverage 14.85% 15.78% +0.92%
==========================================
Files 1627 1579 -48
Lines 112656 108672 -3984
Branches 34806 33576 -1230
==========================================
+ Hits 16739 17150 +411
+ Misses 77156 72916 -4240
+ Partials 18761 18606 -155
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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.
This refactoring is basically good. But some parts are difficult to read.
Please check my following comments.
Co-authored-by: Kento Yabuuchi <[email protected]>
Signed-off-by: yamato-ando <Yamato ANDO>
We need to modify The condition needs to be changed from |
Signed-off-by: yamato-ando <Yamato ANDO>
Signed-off-by: yamato-ando <Yamato ANDO>
@ito-san |
Signed-off-by: yamato-ando <Yamato ANDO>
Signed-off-by: yamato-ando <Yamato ANDO>
@KYabuuchi I have made a change so that when the diagnostic status is "OK," the message "OK" will be displayed. |
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.
Looks Good To Me
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
RELATED LINK: autowarefoundation/autoware_launch#565 |
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
@Motsu-san Could you please approve 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.
I would like to understand why this change is needed and how influences on localization_error_monitor.
localization/localization_error_monitor/config/localization_error_monitor.param.yaml
Show resolved
Hide resolved
@YamatoAndo After you resolve my question and conflicts, I will approve. |
Signed-off-by: yamato-ando <Yamato ANDO>
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.
Description
I refactored localization_error_monitor's diagnostics.
And I have consolidated what was originally output separately into one.
before
after
Related links
N/A
Tests performed
ros2 run rqt_runtime_monitor rqt_runtime_monitor
Notes for reviewers
N/A
Interface changes
N/A
Effects on system behavior
N/A
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.