-
Notifications
You must be signed in to change notification settings - Fork 768
feat: goal planner checking border; clean up #10725 #10755
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: goal planner checking border; clean up #10725 #10755
Conversation
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10755 +/- ##
==========================================
+ Coverage 15.67% 16.32% +0.65%
==========================================
Files 1338 1346 +8
Lines 98877 99644 +767
Branches 32308 32614 +306
==========================================
+ Hits 15500 16269 +769
- Misses 71516 72042 +526
+ Partials 11861 11333 -528
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
LGTM again!
747e6d9
into
autowarefoundation:main
…autowarefoundation#10755) * merging updates in autowarefoundation#10725 Signed-off-by: YuxuanLiuTier4Desktop <[email protected]> * fix hash and typo, precommit Signed-off-by: YuxuanLiuTier4Desktop <[email protected]> --------- Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
Description
Filter out objects that are separated from the ego vehicle by road borders, preventing unnecessary path planning considerations for objects on the opposite side of road infrastructure.
Algorithm
(New)

(before 6/1)

Before
After
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.