-
Notifications
You must be signed in to change notification settings - Fork 673
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 caused incorrect stopping point #818
fix(lane_change): intersection check caused incorrect stopping point #818
Conversation
this is happens whenever intersection is involved. Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Codecov Report
@@ Coverage Diff @@
## main #818 +/- ##
========================================
- Coverage 9.55% 9.54% -0.01%
========================================
Files 921 921
Lines 57196 57231 +35
Branches 6830 6830
========================================
Hits 5465 5465
- Misses 47229 47264 +35
Partials 4502 4502
*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
…ier4#818) this is happens whenever intersection is involved. Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…ier4#818) this is happens whenever intersection is involved. Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…ier4#818) this is happens whenever intersection is involved. Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…ier4#818) this is happens whenever intersection is involved. Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
) * playbooks.ecu_common: use new otaclient and otaclient_logger roles * ecu_setup.yaml: setup sample setting variables for new otaclient and otaclient_logger roles * add cspell.json, includes otaclient related terms * style(pre-commit): autofix * minor update --------- Co-authored-by: Bodong-Yang <Bodong-Yang@users.noreply.github.com>
…utowarefoundation#818) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: Muhammad Zulfaqar Azmi zulfaqar.azmi@tier4.jp
Description
this is happens whenever intersection is involved.
If the there is intersection in the list of lanelet sequence, if the goal is not in the intersection, the last stopping point is not within stopping threshold.
Related links
#531
#810
Tests performed
Test 1:
Example 1:
Example 2:
Peek.2022-04-27.14-59.mp4
Test 2:
Example 1:
Example 2:
Peek.2022-04-27.14-57.mp4
Test 3:
Example 1:
Example 2:
Peek.2022-04-27.14-58.mp4
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.