-
Notifications
You must be signed in to change notification settings - Fork 667
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_planner): remove shift pull out enough distance check #4422
Conversation
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #4422 +/- ##
=========================================
Coverage 14.93% 14.93%
=========================================
Files 1515 1515
Lines 104545 106518 +1973
Branches 31777 33235 +1458
=========================================
+ Hits 15613 15910 +297
- Misses 71895 73312 +1417
- Partials 17037 17296 +259
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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
…warefoundation#4422) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…warefoundation#4422) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…warefoundation#4422) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Description
#4418 surfaces potential bugs in loop route path generation.
this is because the extended road lanes has previous lanes of current lanes, and the goal and current pose arc corrdinates are caluculated wrongly. This lead to wrong hasEnoughDistance judgement.
In this PR remove the hasEnoghDistance because currently the distance is calculated validly like #4005
Related links
#4418
Tests performed
tier4 internal scenario test 1580/1588
base:
1577/1588(2023/07/30)
psim
teir4 internal scenario test
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.