-
Notifications
You must be signed in to change notification settings - Fork 677
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(intersection): generate yield stuck detect area from multiple lanes #5883
Merged
soblin
merged 5 commits into
autowarefoundation:main
from
tier4:fix/intersection/yield-stuck-multiple-lane
Dec 18, 2023
Merged
fix(intersection): generate yield stuck detect area from multiple lanes #5883
soblin
merged 5 commits into
autowarefoundation:main
from
tier4:fix/intersection/yield-stuck-multiple-lane
Dec 18, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Mamoru Sobue <[email protected]>
github-actions
bot
added
type:documentation
Creating or refining documentation. (auto-assigned)
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
labels
Dec 15, 2023
soblin
changed the title
Fix/intersection/yield stuck multiple lane
fix(intersection): generate yield stuck detect area from multiple lanes
Dec 15, 2023
Signed-off-by: Mamoru Sobue <[email protected]>
soblin
force-pushed
the
fix/intersection/yield-stuck-multiple-lane
branch
from
December 15, 2023 08:30
d4fa3d8
to
a861078
Compare
Signed-off-by: Mamoru Sobue <[email protected]>
soblin
force-pushed
the
fix/intersection/yield-stuck-multiple-lane
branch
from
December 18, 2023 03:09
35a55ab
to
d288d08
Compare
7 tasks
Signed-off-by: Mamoru Sobue <[email protected]>
soblin
requested review from
kyoichi-sugahara,
shmpwk,
takayuki5168 and
tkimura4
as code owners
December 18, 2023 04:47
soblin
added
the
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
label
Dec 18, 2023
takayuki5168
approved these changes
Dec 18, 2023
Signed-off-by: Mamoru Sobue <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5883 +/- ##
==========================================
- Coverage 15.35% 15.34% -0.01%
==========================================
Files 1747 1747
Lines 120045 120116 +71
Branches 36534 36589 +55
==========================================
Hits 18429 18429
- Misses 80963 81034 +71
Partials 20653 20653
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
karishma1911
pushed a commit
to Interplai/autoware.universe
that referenced
this pull request
Dec 19, 2023
…es (autowarefoundation#5883) Signed-off-by: Mamoru Sobue <[email protected]> Signed-off-by: karishma <[email protected]>
karishma1911
pushed a commit
to Interplai/autoware.universe
that referenced
this pull request
Dec 19, 2023
…es (autowarefoundation#5883) Signed-off-by: Mamoru Sobue <[email protected]> Signed-off-by: karishma <[email protected]>
karishma1911
pushed a commit
to Interplai/autoware.universe
that referenced
this pull request
May 26, 2024
…es (autowarefoundation#5883) Signed-off-by: Mamoru Sobue <[email protected]>
karishma1911
pushed a commit
to Interplai/autoware.universe
that referenced
this pull request
May 28, 2024
…es (autowarefoundation#5883) Signed-off-by: Mamoru Sobue <[email protected]>
karishma1911
pushed a commit
to Interplai/autoware.universe
that referenced
this pull request
May 28, 2024
…es (autowarefoundation#5883) Signed-off-by: Mamoru Sobue <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
type:documentation
Creating or refining documentation. (auto-assigned)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
generate yield stuck detect area for each attention lanelet between
-the intersection point of its centerline and ego path
yield_stuck.distance_threshold
before that pointautowarefoundation/autoware_launch#742
Related links
https://tier4.atlassian.net/browse/RT1-4135
Tests performed
evaluator: https://evaluation.tier4.jp/evaluation/reports/d2d269d3-bb30-5c65-93fc-651072f26ff6?project_id=prd_jt
left turn
right turn
Notes for reviewers
Interface changes
none.
Effects on system behavior
none.
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.