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_lanelet2_utils): rewrite using modern C++ without API breakage #347

Merged
merged 9 commits into from
Apr 1, 2025

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 2 commits March 31, 2025 14:40
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
@youtalk youtalk self-assigned this Mar 31, 2025
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 added run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) component:planning Route planning, decision-making, and navigation. (auto-assigned) and removed run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) labels Mar 31, 2025
@youtalk youtalk added run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) and removed run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) labels Mar 31, 2025
youtalk added 5 commits March 31, 2025 16:09
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>
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Copy link

codecov bot commented Mar 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 32.52%. Comparing base (4cb18f5) to head (dc80a2c).
Report is 143 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #347       +/-   ##
===========================================
- Coverage   78.75%   32.52%   -46.24%     
===========================================
  Files          11       15        +4     
  Lines         193      329      +136     
  Branches       73       62       -11     
===========================================
- Hits          152      107       -45     
- Misses         11      215      +204     
+ Partials       30        7       -23     
Flag Coverage Δ
differential 32.52% <100.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.

@youtalk youtalk marked this pull request as ready for review March 31, 2025 07:33
@youtalk youtalk requested review from kosuke55, soblin and a team as code owners March 31, 2025 07:33
@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 @kosuke55 Please review this.

Copy link
Contributor

@kosuke55 kosuke55 left a comment

Choose a reason for hiding this comment

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

LGTM!

@youtalk youtalk merged commit db46198 into main Apr 1, 2025
24 of 26 checks passed
@youtalk youtalk deleted the refactor/lanelet2_utils branch April 1, 2025 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (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.

3 participants