-
Notifications
You must be signed in to change notification settings - Fork 664
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_path_planner): fix turn signal logic in intersection #1519
fix(behavior_path_planner): fix turn signal logic in intersection #1519
Conversation
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #1519 +/- ##
==========================================
- Coverage 10.61% 10.61% -0.01%
==========================================
Files 1113 1113
Lines 78590 78592 +2
Branches 18420 18421 +1
==========================================
Hits 8342 8342
- Misses 61522 61524 +2
Partials 8726 8726
*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. |
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
2022-08-04-19-54-03.mp4
…towarefoundation#1519) Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
…er4#1519) Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
…er4#1519) Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
…er4#1519) Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
…towarefoundation#1519) Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
…er4#1519) Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
…34_goal_planner fix(goal planner): fix scenario fail and data race beta/v0.34
Signed-off-by: Fumiya Watanabe rej55.g@gmail.com
Description
Fix turn signal logic.
Before this change, if the turn_direction is straight, it finishes search turn direction due to the early return.
To fix it, I add the distance update in final step in the turn signal decider.
Related links
#1511
Tests performed
Tested in planning simulator.
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.