-
Notifications
You must be signed in to change notification settings - Fork 682
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(intersection): do not plan if detection area is not empty and stop line idx is 0 #4097
fix(intersection): do not plan if detection area is not empty and stop line idx is 0 #4097
Conversation
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
c49ec98
to
12b3ae7
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4097 +/- ##
==========================================
- Coverage 14.35% 14.35% -0.01%
==========================================
Files 1567 1567
Lines 107850 107851 +1
Branches 31231 31233 +2
==========================================
Hits 15487 15487
- Misses 75523 75524 +1
Partials 16840 16840
*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!
…p line idx is 0 (autowarefoundation#4097) do not plan if detection area is not empty and stop line idx is 0 Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…p line idx is 0 (autowarefoundation#4097) do not plan if detection area is not empty and stop line idx is 0 Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…p line idx is 0 (autowarefoundation#4097) (#631) fix(intersection): do not plan if detection area is not empty and stop line idx is 0 (autowarefoundation#4097) do not plan if detection area is not empty and stop line idx is 0 Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Description
If ego vehicle is already in the middle of the intersection, do not generate stop line at the beginning of the path.
Related links
FOO COMPANY INTERNAL LINK
Tests performed
before this PR
After this PR
Notes for reviewers
Interface changes
Not applicable.
Effects on system behavior
Not applicable.
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.