-
Notifications
You must be signed in to change notification settings - Fork 676
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(autoware_universe_utils): add missing 's' in the class of diagnostics_interface #9777
refactor(autoware_universe_utils): add missing 's' in the class of diagnostics_interface #9777
Conversation
…agnostics_interface Signed-off-by: kminoda <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9777 +/- ##
==========================================
+ Coverage 29.68% 29.70% +0.02%
==========================================
Files 1450 1451 +1
Lines 108833 108834 +1
Branches 42740 42740
==========================================
+ Hits 32305 32328 +23
+ Misses 73357 73330 -27
- Partials 3171 3176 +5
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…agnostics_interface (autowarefoundation#9777) Signed-off-by: kminoda <[email protected]>
…agnostics_interface (autowarefoundation#9777) Signed-off-by: kminoda <[email protected]>
…agnostics_interface (autowarefoundation#9777) Signed-off-by: kminoda <[email protected]>
Description
I mistakenly named the object "DiagnosticInterface", but would be better to name it "DiagnosticsInterface". Currently the name of the class is inconsistent with the file name as well.
Related links
None
How was this PR tested?
Tested with logging_simulator that the localization starts without any failure. Also confirmed that the diagnostics messages are published from localization nodes.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.