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(autoware_kalman_filter): rewrite using modern C++ without API breakage #346

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

youtalk
Copy link
Member

@youtalk youtalk commented Mar 31, 2025

Description

This PR includes refactoring to improve memory efficiency, readability and safety without breaking the API.

Related links

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

youtalk added 3 commits March 31, 2025 11:49
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Copy link

github-actions bot commented Mar 31, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

@youtalk youtalk self-assigned this Mar 31, 2025
@youtalk youtalk added component:localization Vehicle's position determination in its environment. (auto-assigned) component:vehicle Vehicle-specific implementations, drivers, packages. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) labels Mar 31, 2025
Copy link

codecov bot commented Mar 31, 2025

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 61.22%. Comparing base (4cb18f5) to head (5083bdf).
Report is 142 commits behind head on main.

Files with missing lines Patch % Lines
...ommon/autoware_kalman_filter/src/kalman_filter.cpp 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #346       +/-   ##
===========================================
- Coverage   78.75%   61.22%   -17.53%     
===========================================
  Files          11       23       +12     
  Lines         193     1122      +929     
  Branches       73      441      +368     
===========================================
+ Hits          152      687      +535     
- Misses         11      397      +386     
- Partials       30       38        +8     
Flag Coverage Δ
differential 61.22% <75.00%> (?)
total ?

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
@youtalk
Copy link
Member Author

youtalk commented Apr 1, 2025

Considering the impact on downstream, I decided not to add the [[nodiscard]] attribute.
@autowarefoundation/autoware-core-global-codeowners @IshitaTakeshi @yukkysaito Please review this.

Copy link

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

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

LGTM
While I think the update function should ideally be marked with [[nodiscard]], I understand that API compatibility was prioritized in this case.

@youtalk youtalk enabled auto-merge (squash) April 1, 2025 12:02
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) component:vehicle Vehicle-specific implementations, drivers, packages. (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