-
Notifications
You must be signed in to change notification settings - Fork 668
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(start/goal_planner): resample path and make params #5085
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #5085 +/- ##
==========================================
- Coverage 15.02% 15.02% -0.01%
==========================================
Files 1608 1608
Lines 111713 111730 +17
Branches 34631 34640 +9
==========================================
- Hits 16787 16786 -1
- Misses 76226 76235 +9
- Partials 18700 18709 +9
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
…ze variables Signed-off-by: kosuke55 <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
385f9e0
to
5de5125
Compare
Signed-off-by: kyoichi-sugahara <[email protected]>
@kyoichi-sugahara |
@kosuke55 |
…ation#5085) * chore(geometric_parallel_parking): remove unused parames and initialize variables Signed-off-by: kosuke55 <[email protected]> * fix(start/goal_planner): resample path and make params Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]> Signed-off-by: kyoichi-sugahara <[email protected]> Co-authored-by: kyoichi-sugahara <[email protected]>
Description
resample freespace pull out path to fix sparse drivable area.
and make params for resaple reference center line path interval
(the drivable area is out of lane but it will be fixed after start planner is finished at end pose in freespace area)
before
after
Related links
Tests performed
psim
2023/09/22 https://evaluation.tier4.jp/evaluation/reports/8252efaa-a564-5b45-a8bb-91fde156e462/?project_id=prd_jt
https://evaluation.tier4.jp/evaluation/reports/72bd5eb6-8f81-5a7f-98a1-caa6381c510b?project_id=prd_jt
Notes for reviewers
Interface changes
none
Effects on system behavior
none
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.