-
Notifications
You must be signed in to change notification settings - Fork 658
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
feat(intersection): aggressively peek into attention area if traffic light does not exist #5192
Merged
soblin
merged 8 commits into
autowarefoundation:main
from
soblin:feat/intersection/absence-traffic-light-peeking
Oct 4, 2023
Merged
feat(intersection): aggressively peek into attention area if traffic light does not exist #5192
soblin
merged 8 commits into
autowarefoundation:main
from
soblin:feat/intersection/absence-traffic-light-peeking
Oct 4, 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
github-actions
bot
added
type:documentation
Creating or refining documentation. (auto-assigned)
component:planning
Route planning, decision-making, and navigation. (auto-assigned)
labels
Oct 2, 2023
soblin
force-pushed
the
feat/intersection/absence-traffic-light-peeking
branch
from
October 2, 2023 06:04
77ec0c8
to
e1bc506
Compare
github-actions
bot
added
type:documentation
Creating or refining documentation. (auto-assigned)
and removed
type:documentation
Creating or refining documentation. (auto-assigned)
labels
Oct 2, 2023
7 tasks
soblin
added
the
run:deploy-docs
Mark for deploy-docs action generation. (used-by-ci)
label
Oct 2, 2023
soblin
force-pushed
the
feat/intersection/absence-traffic-light-peeking
branch
from
October 3, 2023 01:40
b64412c
to
75ffb78
Compare
soblin
requested review from
kyoichi-sugahara,
shmpwk,
takayuki5168 and
tkimura4
as code owners
October 3, 2023 04:26
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
soblin
force-pushed
the
feat/intersection/absence-traffic-light-peeking
branch
from
October 3, 2023 08:44
0bcceb1
to
880ae61
Compare
soblin
added
the
tag:run-build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
label
Oct 3, 2023
soblin
added a commit
to soblin/autoware.universe
that referenced
this pull request
Oct 3, 2023
Signed-off-by: Mamoru Sobue <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5192 +/- ##
==========================================
- Coverage 14.77% 14.76% -0.01%
==========================================
Files 1645 1645
Lines 113788 113847 +59
Branches 35012 35038 +26
==========================================
Hits 16809 16809
- Misses 78092 78146 +54
- Partials 18887 18892 +5
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
kyoichi-sugahara
approved these changes
Oct 4, 2023
kyoichi-sugahara
pushed a commit
to kyoichi-sugahara/autoware.universe
that referenced
this pull request
Oct 4, 2023
…light does not exist (autowarefoundation#5192) Signed-off-by: Mamoru Sobue <[email protected]>
7 tasks
soblin
added a commit
to tier4/autoware.universe
that referenced
this pull request
Oct 5, 2023
…light does not exist (autowarefoundation#5192) Signed-off-by: Mamoru Sobue <[email protected]>
takayuki5168
pushed a commit
to tier4/autoware.universe
that referenced
this pull request
Oct 8, 2023
…light does not exist (autowarefoundation#5192) Signed-off-by: Mamoru Sobue <[email protected]>
This was referenced Oct 11, 2023
takayuki5168
pushed a commit
to tier4/autoware.universe
that referenced
this pull request
Oct 11, 2023
…light does not exist (autowarefoundation#5192) 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:deploy-docs
Mark for deploy-docs action generation. (used-by-ci)
tag: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
When there are no traffic lights, ego will make two brief stops before entering the attention area, and then creep while taking care of the collisions.
Related links
https://tier4.atlassian.net/browse/RT1-2831
launcher PR: autowarefoundation/autoware_launch#611
Tests performed
https://evaluation.tier4.jp/evaluation/reports/751a7e16-3c27-5375-a6d9-39f54a760c95?project_id=prd_jt
Psim
If occlusion is detected at intersection without traffic light, the ego vehicle will make two brief stops before entering the attention area ([00:10] in the video). Then it slowly drives while taking care of collisions with other upcoming vehicles.
PR519.-2023-10-03_23.04.25.mp4
Manual mode
As of this PR when there is no traffic light in the intersection, only
INTERSECTION
can be controlled manually, and when the two phase stops are executed, ego vehicle will automatically creep while occlusion is detected. During the creeping, collision detection is enabled.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.