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

feat(ekf_lolcalizer): output variance for z, roll and pitch #8554

Conversation

YamatoAndo
Copy link
Contributor

Description

I modified ekf_localizer to output the variance for z, roll, and pitch.

Related links

Parent Issue:

  • Link

How was this PR tested?

Lsim works.
And I have confirmed that the variances for z, roll, and pitch are being output from /localization/pose_twist_fusion_filter/kinematic_state and /localization/pose_twist_fusion_filter/biased_pose_with_covariance.

Notes for reviewers

The variable dev_ in Simple1DFilter is being treated as variance, not standard deviation. After this PR, I plan to submit another PR to rename dev_ to var_.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added the component:localization Vehicle's position determination in its environment. (auto-assigned) label Aug 21, 2024
Copy link

github-actions bot commented Aug 21, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Copy link
Contributor

@TaikiYamada4 TaikiYamada4 left a comment

Choose a reason for hiding this comment

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

I also checked that the variance of z, roll, pitch appear in /localization/pose_twist_fusion_filter/biased_pose_with_covariance and localization/kinematic_state

@YamatoAndo YamatoAndo added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 22, 2024
Copy link

codecov bot commented Aug 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.98%. Comparing base (60cc9c7) to head (2a96b74).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8554      +/-   ##
==========================================
- Coverage   23.99%   23.98%   -0.02%     
==========================================
  Files        1384     1381       -3     
  Lines      102173   101500     -673     
  Branches    38939    38611     -328     
==========================================
- Hits        24520    24344     -176     
+ Misses      75092    74716     -376     
+ Partials     2561     2440     -121     
Flag Coverage Δ *Carryforward flag
differential 31.47% <100.00%> (?)
total 23.98% <ø> (-0.02%) ⬇️ Carriedforward from 12f4d23

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@YamatoAndo YamatoAndo merged commit 257b73c into autowarefoundation:main Aug 22, 2024
31 checks passed
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 27, 2024
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Sep 2, 2024
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) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants