-
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): fix stuck vehicle handling when going straight #2105
fix(behavior_velocity_planner): fix stuck vehicle handling when going straight #2105
Conversation
Codecov ReportBase: 10.85% // Head: 10.83% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2105 +/- ##
==========================================
- Coverage 10.85% 10.83% -0.02%
==========================================
Files 1177 1177
Lines 84265 84403 +138
Branches 19945 20044 +99
==========================================
Hits 9148 9148
- Misses 65405 65523 +118
- Partials 9712 9732 +20
*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. |
072caa0
to
666d564
Compare
planning/behavior_velocity_planner/src/scene_module/intersection/scene_intersection.cpp
Outdated
Show resolved
Hide resolved
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.
… straight Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…on/scene_intersection.cpp Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
c42d890
to
3071d86
Compare
@kyoichi-sugahara @taikitanaka3 Can u please approve this change as code owner ? |
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
… straight (autowarefoundation#2105) * fix(behavior_velocity_planner): fix stuck vehicle handling when going straight Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * Update planning/behavior_velocity_planner/src/scene_module/intersection/scene_intersection.cpp Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com>
… straight (autowarefoundation#2105) * fix(behavior_velocity_planner): fix stuck vehicle handling when going straight Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * Update planning/behavior_velocity_planner/src/scene_module/intersection/scene_intersection.cpp Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
… straight (autowarefoundation#2105) * fix(behavior_velocity_planner): fix stuck vehicle handling when going straight Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * Update planning/behavior_velocity_planner/src/scene_module/intersection/scene_intersection.cpp Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com>
Description
Due to recent changes of the definition of
right of way
, intersection module was ignoring stuck vehicle ahead of the straight lane.Tests performed
The ego vehicle stops in this scenario as shown in the video.
fix_stuck_handling_staright-2022-10-28_15.43.25.mp4
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.