-
Notifications
You must be signed in to change notification settings - Fork 691
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
perf(costmap_generator, scenario_selector): faster getLinkedParkingLot #7930
perf(costmap_generator, scenario_selector): faster getLinkedParkingLot #7930
Conversation
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7930 +/- ##
==========================================
- Coverage 28.74% 28.73% -0.01%
==========================================
Files 1593 1594 +1
Lines 116860 116883 +23
Branches 50023 50025 +2
==========================================
+ Hits 33586 33587 +1
- Misses 74148 74172 +24
+ Partials 9126 9124 -2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
autowarefoundation#7930) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
autowarefoundation#7930) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
autowarefoundation#7930) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Description
Use the improved
getLinkedParkingLot()
function so that it does not requiring providing ALL parking lots lanelets.Related links
How was this PR tested?
Psim
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.