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

refactor(ekf_localizer): isolate state transition functions #1758

Merged
merged 4 commits into from
Sep 5, 2022

Conversation

IshitaTakeshi
Copy link
Contributor

@IshitaTakeshi IshitaTakeshi commented Sep 1, 2022

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

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

@kminoda kminoda added the component:localization Vehicle's position determination in its environment. (auto-assigned) label Sep 1, 2022
@codecov
Copy link

codecov bot commented Sep 1, 2022

Codecov Report

Merging #1758 (8981478) into main (ae833f3) will increase coverage by 0.03%.
The diff coverage is 75.00%.

@@            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     
Flag Coverage Δ *Carryforward flag
differential 11.82% <75.00%> (?)
total 10.26% <0.00%> (ø) Carriedforward from b2ab7c3

*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%> (ø)
...ation/ekf_localizer/test/test_state_transition.cpp 56.75% <56.75%> (ø)
...ocalization/ekf_localizer/src/state_transition.cpp 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@kminoda kminoda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@IshitaTakeshi IshitaTakeshi merged commit 73bd233 into main Sep 5, 2022
@IshitaTakeshi IshitaTakeshi deleted the refactor/state-covariance-transition branch September 5, 2022 06:46
boyali pushed a commit to boyali/autoware.universe that referenced this pull request Sep 28, 2022
…foundation#1758)

* Isolate state transition functions from the EKF class and add tests
boyali pushed a commit to boyali/autoware.universe that referenced this pull request Oct 3, 2022
…foundation#1758)

* Isolate state transition functions from the EKF class and add tests
boyali pushed a commit to boyali/autoware.universe that referenced this pull request Oct 3, 2022
…foundation#1758)

* Isolate state transition functions from the EKF class and add tests
boyali pushed a commit to boyali/autoware.universe that referenced this pull request Oct 19, 2022
…foundation#1758)

* Isolate state transition functions from the EKF class and add tests
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.

4 participants