-
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 Simple1DFilter params to parameter file #5707
refactor(ekf_localizer): add Simple1DFilter params to parameter file #5707
Conversation
8dde2b5
to
3d03186
Compare
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.
Thank you for the PR! Please fix the semantic-pull-request
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5707 +/- ##
=======================================
Coverage 15.29% 15.29%
=======================================
Files 1747 1747
Lines 120251 120257 +6
Branches 36656 36659 +3
=======================================
+ Hits 18392 18395 +3
Misses 81233 81233
- Partials 20626 20629 +3
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: meliketanrikulu <melike@leodrive.ai>
Signed-off-by: meliketanrikulu <melike@leodrive.ai>
3d03186
to
5366ea3
Compare
Signed-off-by: meliketanrikulu <melike@leodrive.ai>
5366ea3
to
b75102d
Compare
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.
(I renamed the title prefix from feat
to refactor
, but open to discussion if you have any concerns for it)
Thank you @kminoda . Could you check this PR too. it is related this PR : |
…utowarefoundation#5707) * feat(ekf_localizer): Add Simple1DFilter params to parameter file Signed-off-by: meliketanrikulu <melike@leodrive.ai> * style(pre-commit): autofix * feat(ekf_localizer): Add comment to param file Signed-off-by: meliketanrikulu <melike@leodrive.ai> * feat(ekf_localizer): Add Single1DFilter params to README.md Signed-off-by: meliketanrikulu <melike@leodrive.ai> * style(pre-commit): autofix --------- Signed-off-by: meliketanrikulu <melike@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#5707) * feat(ekf_localizer): Add Simple1DFilter params to parameter file Signed-off-by: meliketanrikulu <melike@leodrive.ai> * style(pre-commit): autofix * feat(ekf_localizer): Add comment to param file Signed-off-by: meliketanrikulu <melike@leodrive.ai> * feat(ekf_localizer): Add Single1DFilter params to README.md Signed-off-by: meliketanrikulu <melike@leodrive.ai> * style(pre-commit): autofix --------- Signed-off-by: meliketanrikulu <melike@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#5707) * feat(ekf_localizer): Add Simple1DFilter params to parameter file Signed-off-by: meliketanrikulu <melike@leodrive.ai> * style(pre-commit): autofix * feat(ekf_localizer): Add comment to param file Signed-off-by: meliketanrikulu <melike@leodrive.ai> * feat(ekf_localizer): Add Single1DFilter params to README.md Signed-off-by: meliketanrikulu <melike@leodrive.ai> * style(pre-commit): autofix --------- Signed-off-by: meliketanrikulu <melike@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#5707) * feat(ekf_localizer): Add Simple1DFilter params to parameter file Signed-off-by: meliketanrikulu <melike@leodrive.ai> * style(pre-commit): autofix * feat(ekf_localizer): Add comment to param file Signed-off-by: meliketanrikulu <melike@leodrive.ai> * feat(ekf_localizer): Add Single1DFilter params to README.md Signed-off-by: meliketanrikulu <melike@leodrive.ai> * style(pre-commit): autofix --------- Signed-off-by: meliketanrikulu <melike@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Simple1DFilter parameters will be added to the parameter file to be able to change these parameters from the parameter file.
Related PR :
autowarefoundation/autoware_launch#710
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
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.