-
Notifications
You must be signed in to change notification settings - Fork 682
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): remove the prediction function to improve referential transparency #2269
Conversation
Codecov ReportBase: 11.10% // Head: 11.10% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2269 +/- ##
========================================
Coverage 11.10% 11.10%
========================================
Files 1208 1208
Lines 86573 86737 +164
Branches 20829 20967 +138
========================================
+ Hits 9612 9633 +21
- Misses 66805 66940 +135
- Partials 10156 10164 +8
*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. |
…ferential transparency (autowarefoundation#2269) * Remove 'predictKinematicsModel' * Move the model description to state_transition.cpp Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…ferential transparency (autowarefoundation#2269) * Remove 'predictKinematicsModel' * Move the model description to state_transition.cpp Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: kminoda <koji.minoda@tier4.jp>
Description
This PR removes the 'predictKinematicsModel' function to improve referential transparency
Related links
Tests performed
No tests preformed yet, but this modification improves testability in the future.
I checked the behavior in the logging simulator.
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.