-
Notifications
You must be signed in to change notification settings - Fork 657
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(start_planner): add current lanes as member var #9518
base: main
Are you sure you want to change the base?
feat(start_planner): add current lanes as member var #9518
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
6ed664a
to
d1ce2fd
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9518 +/- ##
==========================================
- Coverage 29.52% 29.48% -0.04%
==========================================
Files 1441 1446 +5
Lines 108565 108624 +59
Branches 41490 41492 +2
==========================================
- Hits 32056 32030 -26
- Misses 73387 73475 +88
+ Partials 3122 3119 -3
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: tomoya.kimura <[email protected]>
… reduce code repetition Signed-off-by: Daniel Sanchez <[email protected]>
d1ce2fd
to
c43d878
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code change LGTM! If there is no degradation in the scenario evaluation's result.
Please change to appropriate conventional-commit-types with refactor from feat.
Description
Current lanelets are computed around 7-8 times in the code, by moving them as part of start plannerdata, we reduce code size and reduce possible errors. performance might improve very lightly.
Related links
Parent Issue:
How was this PR tested?
PSim
degradation tests: https://evaluation.tier4.jp/evaluation/reports/6780245d-af96-5548-b5f1-0727fc54310a?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.