-
Notifications
You must be signed in to change notification settings - Fork 650
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): isolate state transition functions #1758
Conversation
…EKF class and add tests
localization/ekf_localizer/include/ekf_localizer/state_transition.hpp
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #1758 +/- ##
==========================================
+ Coverage 10.28% 10.31% +0.03%
==========================================
Files 1205 1207 +2
Lines 86798 87045 +247
Branches 20067 20371 +304
==========================================
+ Hits 8926 8983 +57
- Misses 68712 68875 +163
- Partials 9160 9187 +27
*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. |
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
localization/ekf_localizer/include/ekf_localizer/matrix_types.hpp
Outdated
Show resolved
Hide resolved
…foundation#1758) * Isolate state transition functions from the EKF class and add tests
…foundation#1758) * Isolate state transition functions from the EKF class and add tests
…foundation#1758) * Isolate state transition functions from the EKF class and add tests
…foundation#1758) * Isolate state transition functions from the EKF class and add tests
Description
Isolate the state transition functions from the EKF class and add tests
Related links
Tests performed
Add smoke tests for the state transition function and noise covariance
Add numerical tests for the state transition matrix
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.