-
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(behavior_velocity_planner): keep intersection module for lanes with same parent and same direction #2874
fix(behavior_velocity_planner): keep intersection module for lanes with same parent and same direction #2874
Conversation
Codecov ReportBase: 11.70% // Head: 11.70% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2874 +/- ##
==========================================
- Coverage 11.70% 11.70% -0.01%
==========================================
Files 1314 1314
Lines 91624 91632 +8
Branches 24489 24496 +7
==========================================
Hits 10726 10726
- Misses 69710 69718 +8
Partials 11188 11188
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
6e6d8d6
to
c0ee97c
Compare
…th same parent and same direction Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
c0ee97c
to
3caf9ee
Compare
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
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
…th same parent and same direction (autowarefoundation#2874) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…th same parent and same direction (autowarefoundation#2874) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Description
Additional fix for following PRs. I restricted the condition for keeping the existing intersection module to check if the turn_direction is identical.
Related links
Tests performed
Checked by changing the left-turn route by placing a checkpoint.
Before this change
After changing the path from a left-turn route to straight one, the intersection module for left-turn lane was still running.
After this change
The intersection module for left-turn lane is not running, and the one for straight lane is running instead.
Notes for reviewers
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.