Skip to content
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

Conversation

kminoda
Copy link
Contributor

@kminoda kminoda commented Nov 30, 2022

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: kminoda <koji.minoda@tier4.jp>
@github-actions github-actions bot added the component:localization Vehicle's position determination in its environment. (auto-assigned) label Nov 30, 2022
@kminoda kminoda self-assigned this Nov 30, 2022
@kminoda kminoda marked this pull request as ready for review November 30, 2022 00:36
kminoda and others added 2 commits November 30, 2022 11:19
Signed-off-by: kminoda <koji.minoda@tier4.jp>
@codecov
Copy link

codecov bot commented Nov 30, 2022

Codecov Report

Base: 10.52% // Head: 10.51% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (668c714) compared to base (3c195d7).
Patch coverage: 0.00% of modified lines in pull request are covered.

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              
Flag Coverage Δ *Carryforward flag
differential 17.86% <0.00%> (?)
total 10.49% <0.00%> (ø) Carriedforward from 3c195d7

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
..._localizer/include/ekf_localizer/ekf_localizer.hpp 0.00% <ø> (ø)
localization/ekf_localizer/src/ekf_localizer.cpp 0.00% <0.00%> (ø)

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kminoda kminoda merged commit 11ffb5c into autowarefoundation:main Dec 1, 2022
HansRobo pushed a commit to HansRobo/autoware.universe that referenced this pull request Dec 16, 2022
…#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>
@kminoda kminoda deleted the fix/ekf_localizer/lowpass_filter_initialize branch December 22, 2022 01:29
kminoda added a commit to kminoda/autoware.universe that referenced this pull request Jan 6, 2023
…#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:localization Vehicle's position determination in its environment. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants