-
Notifications
You must be signed in to change notification settings - Fork 683
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(lane_change): intersection check not considering size equal 1 #811
fix(lane_change): intersection check not considering size equal 1 #811
Conversation
Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #811 +/- ##
=====================================
Coverage 9.66% 9.66%
=====================================
Files 908 908
Lines 56561 56561
Branches 6831 6831
=====================================
Hits 5465 5465
Misses 46593 46593
Partials 4503 4503
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
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
…er4#811) Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
…er4#811) Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
…er4#811) Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
…er4#811) Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
…ation#811) * chore: add workflow to merge beta branch to tier4 main Signed-off-by: tomoya.kimura <[email protected]> * fix: fix variable name Signed-off-by: tomoya.kimura <[email protected]> --------- Signed-off-by: tomoya.kimura <[email protected]>
fix: install devel default Signed-off-by: badai-nguyen <[email protected]>
…undation#811) Signed-off-by: kminoda <[email protected]>
Signed-off-by: Muhammad Zulfaqar Azmi [email protected]
Description
Related issue: #810
During lane change, no lane following path is generated.
The actual behavior should be two path generated in this case, the first is the lane following trajectory, and another is the candidate path.
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.