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

fix(intersection): fix/formalize pass judge behavior #5272

Conversation

soblin
Copy link
Contributor

@soblin soblin commented Oct 11, 2023

Description

When occlusion feature is on, pass judge line is generated at the same position as occlusion peeking limit line to continue collision checking during peeking. And if the intersection lane has no traffic light, peeking distance is larger than normal. By mistake, when the occlusion feature is off, pass judge line is still generated at the position of peeking limit line, which causes unnecessary stop inside intersection lane if the lane has no traffic light.

launcher PR: autowarefoundation/autoware_launch#641

Related links

Tests performed

evaluator:
Psim

pass_judge_line.-2023-10-11_17.04.01.mp4

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 the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Oct 11, 2023
@soblin soblin force-pushed the fix/intersection/pass-judge-when-occlusion-off branch 2 times, most recently from 7fec57f to aec283e Compare October 14, 2023 16:11
…ut traffic light when occlusion feature is off

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 fix/intersection/pass-judge-when-occlusion-off branch from aec283e to c964c17 Compare October 15, 2023 09:33
@soblin soblin force-pushed the fix/intersection/pass-judge-when-occlusion-off branch from 2aeb8e8 to fc1b4ca Compare October 17, 2023 04:30
@soblin soblin changed the title fix(intersection): prevent unnecessary stop inside intersection without traffic light when occlusion feature is off fix(intersection): fix/formalize pass judge behavior Oct 17, 2023
Copy link

stale bot commented Dec 16, 2023

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Dec 16, 2023
@soblin soblin closed this Dec 18, 2023
@soblin soblin deleted the fix/intersection/pass-judge-when-occlusion-off branch December 18, 2023 13:09
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) status:stale Inactive or outdated issues. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant