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): rename dev to var in the Simple1DFilter class #8576

Conversation

YamatoAndo
Copy link
Contributor

Description

The variable dev_ in Simple1DFilter is being treated as variance, not standard deviation.
So, I have renamed dev to var in the Simple1DFilter class

Related links

Parent Issue:

  • Link

How was this PR tested?

Lsim works

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
@github-actions github-actions bot added the component:localization Vehicle's position determination in its environment. (auto-assigned) label Aug 22, 2024
Copy link

Thank you for contributing to the Autoware project!

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

Please ensure:

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

@SakodaShintaro SakodaShintaro left a comment

Choose a reason for hiding this comment

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

I have confirmed that logging_simulator works well and the mean error compared to AWSIM ground truth is almost the same as before (6.5cm -> 6.6cm)
LGTM

Copy link

codecov bot commented Aug 23, 2024

Codecov Report

Attention: Patch coverage is 62.96296% with 10 lines in your changes missing coverage. Please review.

Project coverage is 24.00%. Comparing base (b247c43) to head (e9db44a).
Report is 24 commits behind head on main.

Files Patch % Lines
..._localizer/include/ekf_localizer/ekf_localizer.hpp 50.00% 5 Missing ⚠️
localization/ekf_localizer/src/ekf_localizer.cpp 70.58% 5 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8576   +/-   ##
=======================================
  Coverage   23.99%   24.00%           
=======================================
  Files        1384     1384           
  Lines      102173   102179    +6     
  Branches    38956    38959    +3     
=======================================
+ Hits        24520    24525    +5     
  Misses      75180    75180           
- Partials     2473     2474    +1     
Flag Coverage Δ *Carryforward flag
differential 31.47% <62.96%> (?)
total 23.99% <ø> (-0.01%) ⬇️ Carriedforward from b247c43

*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 23e13fd into autowarefoundation:main Aug 23, 2024
41 checks passed
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 27, 2024
autowarefoundation#8576)

rename dev to var

Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Sep 2, 2024
autowarefoundation#8576)

rename dev to var

Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
ktro2828 pushed a commit to ktro2828/autoware.universe that referenced this pull request Sep 18, 2024
autowarefoundation#8576)

rename dev to var

Signed-off-by: Yamato Ando <yamato.ando@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) 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.

2 participants