-
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
fix(ekf_localizer): lowpass filter initialization #2402
fix(ekf_localizer): lowpass filter initialization #2402
Conversation
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Codecov ReportBase: 10.52% // Head: 10.51% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2402 +/- ##
==========================================
- Coverage 10.52% 10.51% -0.01%
==========================================
Files 1247 1247
Lines 90925 90938 +13
Branches 21033 21038 +5
==========================================
Hits 9566 9566
- Misses 71173 71186 +13
Partials 10186 10186
*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. |
…#2402) * fix(ekf_localizer): lowpass filter initialization Signed-off-by: kminoda <koji.minoda@tier4.jp> * ci(pre-commit): autofix * debug Signed-off-by: kminoda <koji.minoda@tier4.jp> * ci(pre-commit): autofix Signed-off-by: kminoda <koji.minoda@tier4.jp> 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>
…#2402) * fix(ekf_localizer): lowpass filter initialization Signed-off-by: kminoda <koji.minoda@tier4.jp> * ci(pre-commit): autofix * debug Signed-off-by: kminoda <koji.minoda@tier4.jp> * ci(pre-commit): autofix Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda koji.minoda@tier4.jp
Description
Initialize 1D_filter (for z, roll, and pitch) in initial pose callback function.
This would make a difference when performing pose estimation for two or more times.
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.