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): add functions to compute the pose and twist covariances #2018

Merged
merged 5 commits into from
Oct 13, 2022

Conversation

IshitaTakeshi
Copy link
Contributor

@IshitaTakeshi IshitaTakeshi commented Oct 4, 2022

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.

  • 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.

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

codecov bot commented Oct 4, 2022

Codecov Report

Base: 10.34% // Head: 10.32% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (c1b0798) compared to base (6a6532b).
Patch coverage: 0.00% of modified lines in pull request are covered.

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     
Flag Coverage Δ *Carryforward flag
differential 18.78% <0.00%> (?)
total 10.32% <0.00%> (ø) Carriedforward from 33995f7

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

Impacted Files Coverage Δ
localization/ekf_localizer/src/covariance.cpp 0.00% <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.

@IshitaTakeshi IshitaTakeshi changed the title Add functions to compute the pose and twist covariances refactor(ekf_localizer): add functions to compute the pose and twist covariances Oct 7, 2022
IshitaTakeshi and others added 2 commits October 7, 2022 21:11
Signed-off-by: IshitaTakeshi <ishitah.takeshi@gmail.com>
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 48135dc into main Oct 13, 2022
@IshitaTakeshi IshitaTakeshi deleted the refactor/ekf-covariance branch October 13, 2022 04:54
scepter914 pushed a commit to scepter914/autoware.universe that referenced this pull request Nov 1, 2022
…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>
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