Closed maxime-clem closed 4 months ago
Attention: Patch coverage is 0%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 15.84%. Comparing base (
98b1edb
) to head (aa3ce3c
).
Files | Patch % | Lines |
---|---|---|
autoware_lanelet2_extension/lib/query.cpp | 0.00% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Implement a more efficient
getLinkedParkingLot
that do not require providing ALL parking lots. Instead an efficient query on the lanelet map is used.Needed for https://github.com/autowarefoundation/autoware.universe/pull/7930
Tests performed
Psim
Effects on system behavior
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.