-
Notifications
You must be signed in to change notification settings - Fork 704
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): expand outer collision check margin #10294
base: main
Are you sure you want to change the base?
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> margin comment Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> update svg Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
5ca325b
to
4987e45
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10294 +/- ##
==========================================
- Coverage 26.04% 26.01% -0.03%
==========================================
Files 1375 1375
Lines 106439 106561 +122
Branches 40902 40951 +49
==========================================
Hits 27723 27723
- Misses 76011 76132 +121
- Partials 2705 2706 +1
*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:
|
Description
add factor to extend the collision check margin from the inside margin to the outside in the curved path.
outer side is determined by sign of curvature
k
before
after
blue footrpint polygon is collision check margin. at least we can keep this margin for final selected path.
Related links
teir4 internal ticket: https://tier4.atlassian.net/browse/RT1-8880
Parent Issue:
How was this PR tested?
psim + reproducer
RT1-8880-2025-03-18_14.31.47.mp4
evaluator with #10296 (wip
2025/03/18 https://evaluation.tier4.jp/evaluation/reports/1b19167d-1f34-5b84-99cb-d44585c4fd24/?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.