-
Notifications
You must be signed in to change notification settings - Fork 649
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): use neighboring lane of pull over lane to check goal footprint #8716
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
fa03684
to
27ed395
Compare
972ed34
to
3d40f85
Compare
3d40f85
to
a86ed18
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8716 +/- ##
==========================================
- Coverage 28.48% 28.47% -0.02%
==========================================
Files 1314 1318 +4
Lines 98292 98443 +151
Branches 39995 40020 +25
==========================================
+ Hits 27999 28029 +30
- Misses 70228 70349 +121
Partials 65 65
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f0b1d90
to
87b4cd6
Compare
0d14e2d
to
b639faa
Compare
…oal footprint Signed-off-by: kosuke55 <[email protected]> move to utils and add tests Signed-off-by: kosuke55 <[email protected]>
b639faa
to
89b4ee9
Compare
…oal footprint (autowarefoundation#8716) move to utils and add tests Signed-off-by: kosuke55 <[email protected]> Signed-off-by: prakash-kannaiah <[email protected]>
…oal footprint (autowarefoundation#8716) move to utils and add tests Signed-off-by: kosuke55 <[email protected]>
Description
Check to see if the goal footprint fits in the lane with the goal searcher.
yellow lanes are for lane departure check
Related links
Parent Issue:
How was this PR tested?
psim
2024/09/10 https://evaluation.tier4.jp/evaluation/reports/e13e23cb-0404-5bba-858a-398b77bdc320/?project_id=prd_jt
unit test
evaluator
2024/09/11 https://evaluation.tier4.jp/evaluation/reports/9f6d71af-0ee5-598b-95d0-2e90e82c811e/?project_id=prd_jt
2024/09/26 https://evaluation.tier4.jp/evaluation/reports/ea55e52a-002c-5fd0-b87f-8d750378c461/?project_id=prd_jt
3871/3871
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.