-
Notifications
You must be signed in to change notification settings - Fork 709
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): prioritize pull over path by curvature #7791
feat(goal_planner): prioritize pull over path by curvature #7791
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7791 +/- ##
==========================================
- Coverage 28.54% 28.52% -0.02%
==========================================
Files 1586 1590 +4
Lines 115879 115952 +73
Branches 49369 49371 +2
==========================================
Hits 33072 33072
- Misses 73766 73839 +73
Partials 9041 9041
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
309775c
to
f6a3fcc
Compare
8575f4f
to
3b469c5
Compare
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> fix Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
3b469c5
to
12455c2
Compare
@soblin |
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…oundation#7791) * feat(goal_planner): prioritize pull over path by curvature Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> fix Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add comment * pre commit Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…oundation#7791) * feat(goal_planner): prioritize pull over path by curvature Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> fix Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add comment * pre commit Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: palas21 <palas21@itu.edu.tr>
…oundation#7791) * feat(goal_planner): prioritize pull over path by curvature Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> fix Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add comment * pre commit Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…oundation#7791) * feat(goal_planner): prioritize pull over path by curvature Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> fix Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add comment * pre commit Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…oundation#7791) * feat(goal_planner): prioritize pull over path by curvature Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> fix Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add comment * pre commit Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
* feat(goal_planner): prioritize pull over path by curvature Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> fix Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add comment * pre commit Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…oundation#7791) * feat(goal_planner): prioritize pull over path by curvature Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> fix Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add comment * pre commit Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Description
prioritize low curvature pull over path rather than high curvature one.
before
after
NOTE:
Currently, the curvature is calculated between the start and end poses. There is no prioritization among high curvatures, but it may be necessary to improve this by reducing the priority of paths with high curvature close to the curb, etc.
Related links
Parent Issue:
Private Links:
How was this PR tested?
psim
2024/07/03 https://evaluation.tier4.jp/evaluation/reports/e544fff5-a209-56e3-ac19-47e3f7c2620a?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.