-
Notifications
You must be signed in to change notification settings - Fork 665
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(kalman_filter): make getter functions explicitly return values #1895
Conversation
Codecov ReportBase: 10.27% // Head: 10.17% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1895 +/- ##
==========================================
- Coverage 10.27% 10.17% -0.11%
==========================================
Files 1158 1255 +97
Lines 82151 90590 +8439
Branches 19120 20658 +1538
==========================================
+ Hits 8441 9214 +773
- Misses 64568 71958 +7390
- Partials 9142 9418 +276
*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. |
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
@IshitaTakeshi Just a reminder, but I think you need to get a review from the code owners of |
@YamatoAndo is also added as a code owner. How about? |
@IshitaTakeshi I don't think so (at least from here)
|
@kminoda I also could see the message "Waiting on code owner review from yukkysaito." on GitHub |
@yukkysaito Could you review this? |
It still requires a review from @.yukkysaito even after merging 87f8142 ... 🤔 |
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com> Co-authored-by: Takeshi Ishita <ishitah.takeshi@gmail.com>
…es (autowarefoundation#1895) * refactor(kalman_filter): getter functions should explicitly return values
…es (autowarefoundation#1895) * refactor(kalman_filter): getter functions should explicitly return values
…es (autowarefoundation#1895) * refactor(kalman_filter): getter functions should explicitly return values
Description
Getter functions should explicitly return values.
Doing this allows the return values to be constants, and the readability improves.
Related links
Tests performed
No tests have been performed yet. The time-delay kalman filter has a large state so how to validate the internal state will be an open question.
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.