-
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
refactor(ekf_localizer): add a function to generate a delay time warning message #2694
refactor(ekf_localizer): add a function to generate a delay time warning message #2694
Conversation
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.
Thank you 👍 I left a comment about the test
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 ReportBase: 12.32% // Head: 12.32% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2694 +/- ##
=======================================
Coverage 12.32% 12.32%
=======================================
Files 1209 1209
Lines 85522 85611 +89
Branches 24211 24285 +74
=======================================
+ Hits 10538 10549 +11
- Misses 63948 64011 +63
- Partials 11036 11051 +15
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…ing message (autowarefoundation#2694) * Add a function to generate a delay time warning message * Add a warning message function for each twist and pose Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ing message (autowarefoundation#2694) * Add a function to generate a delay time warning message * Add a warning message function for each twist and pose Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ing message (autowarefoundation#2694) * Add a function to generate a delay time warning message * Add a warning message function for each twist and pose Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…ing message (autowarefoundation#2694) * Add a function to generate a delay time warning message * Add a warning message function for each twist and pose Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ing message (autowarefoundation#2694) * Add a function to generate a delay time warning message * Add a warning message function for each twist and pose Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ing message (autowarefoundation#2694) * Add a function to generate a delay time warning message * Add a warning message function for each twist and pose Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
To simplify the code, I added a function to generate a delay time warning message
Related links
Tests performed
Smoke tests to check the generated message
Notes for reviewers
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.