-
Notifications
You must be signed in to change notification settings - Fork 676
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
fix(goal_planner): fix waiting approval path of backward parking #10015
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:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10015 +/- ##
==========================================
- Coverage 29.78% 29.76% -0.02%
==========================================
Files 1436 1439 +3
Lines 108310 108373 +63
Branches 42956 42958 +2
==========================================
Hits 32256 32256
- Misses 72922 72985 +63
Partials 3132 3132
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
219fa9e
to
7cbdbe2
Compare
7cbdbe2
to
8f4be01
Compare
Signed-off-by: kosuke55 <[email protected]>
8f4be01
to
37f15a8
Compare
Description
due to #9829, the waiting approval path is cut to original goal, but this is intended for ARC_BACKWARD.
when using ARC_BACKWARD, the start pose of parking is after goal pose, so the path should be generated to the start pose
before
stuck with arc_backward
after
works with arc_backward
no problem with shift too
Related links
Parent Issue:
How was this PR tested?
psim
2025/01/24 https://evaluation.tier4.jp/evaluation/reports/bfe6f4b8-3f63-5172-aa67-3f143be862fe/?project_id=prd_jt
2025/01/24 https://evaluation.tier4.jp/evaluation/reports/ea06eaa1-6799-57a1-8092-42af4ffcd901/?project_id=prd_jt
2025/01/25 https://evaluation.tier4.jp/evaluation/reports/613f7ab0-7524-5f50-ab18-e6ef11d26fd0/?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.