Skip to content
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

Conversation

soblin
Copy link
Contributor

@soblin soblin commented Oct 2, 2023

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions 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 soblin force-pushed the feat/intersection/absence-traffic-light-peeking branch from 77ec0c8 to e1bc506 Compare October 2, 2023 06:04
@github-actions 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
@soblin soblin added the run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) label Oct 2, 2023
@soblin soblin force-pushed the feat/intersection/absence-traffic-light-peeking branch from b64412c to 75ffb78 Compare October 3, 2023 01:40
@soblin soblin marked this pull request as ready for review October 3, 2023 04:26
@kyoichi-sugahara kyoichi-sugahara self-assigned this Oct 3, 2023
soblin added 8 commits October 3, 2023 17:28
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 soblin force-pushed the feat/intersection/absence-traffic-light-peeking branch from 0bcceb1 to 880ae61 Compare October 3, 2023 08:44
@soblin 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
@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Attention: 116 lines in your changes are missing coverage. Please review.

Comparison is base (81ede03) 14.77% compared to head (880ae61) 14.76%.
Report is 5 commits behind head on main.

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     
Flag Coverage Δ *Carryforward flag
differential 6.47% <0.00%> (?)
total 14.78% <ø> (+<0.01%) ⬆️ Carriedforward from 81ede03

*This pull request uses carry forward flags. Click here to find out more.

Files Coverage Δ
...behavior_velocity_intersection_module/src/util.cpp 0.00% <ø> (ø)
...ior_velocity_intersection_module/src/util_type.hpp 0.00% <ø> (ø)
...ity_intersection_module/src/scene_intersection.hpp 0.00% <0.00%> (ø)
...ehavior_velocity_intersection_module/src/debug.cpp 0.00% <0.00%> (ø)
...avior_velocity_intersection_module/src/manager.cpp 16.59% <0.00%> (-0.67%) ⬇️
...ity_intersection_module/src/scene_intersection.cpp 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@soblin soblin merged commit 6155f1f into autowarefoundation:main Oct 4, 2023
33 of 37 checks passed
@soblin soblin deleted the feat/intersection/absence-traffic-light-peeking branch October 4, 2023 00:50
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Oct 4, 2023
soblin added a commit to tier4/autoware.universe that referenced this pull request Oct 5, 2023
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Oct 8, 2023
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Oct 11, 2023
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants