-
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): add functions to compute the pose and twist covariances #2018
Conversation
Codecov ReportBase: 10.34% // Head: 10.32% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2018 +/- ##
==========================================
- Coverage 10.34% 10.32% -0.03%
==========================================
Files 1162 1163 +1
Lines 82730 82892 +162
Branches 19271 19392 +121
==========================================
Hits 8555 8555
- Misses 64915 65056 +141
- Partials 9260 9281 +21
*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. |
Signed-off-by: IshitaTakeshi <ishitah.takeshi@gmail.com>
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
…covariances (autowarefoundation#2018) * Add functions to compute the pose and twist covariances Signed-off-by: IshitaTakeshi <ishitah.takeshi@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: scepter914 <scepter914@gmail.com>
Description
Add functions to compute the pose and twist covariances
By making functions we can improve the readability and testability
Related links
Tests performed
Ordinary smoke tests to ensure the generated covariances have expected elements
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.