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(lane_change): collision check for prepare in intersection #930

Conversation

zulfaqar-azmi-t4
Copy link
Contributor

Description

Due to lane change is performed instantaneously after exiting from the intersection, sometimes the safety check might be a little be delayed, causes the CANCEL process to not be executed when necessary.

To avoid this issue, we have to increase the lane change safety check horizon, by also performing the safety check for the prepare phase when ego vehicle is in the intersection.

Before PR

before_intersection_check-.2024-03-07-15-12-20.mp4

After PR

with_intersection_check-.2024-03-07-15-54-40.mp4

Related links

autowarefoundation/autoware.universe#6561

Tests performed

Not applicable.

Effects on system behavior

Not applicable.

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.

  • There are no open discussions or they are tracked via tickets.

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

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 merged commit d475f03 into autowarefoundation:main Apr 3, 2024
9 of 10 checks passed
@zulfaqar-azmi-t4 zulfaqar-azmi-t4 deleted the fix-lc-collision-check-in-intersection branch April 3, 2024 02:46
maxime-clem pushed a commit to maxime-clem/autoware_launch that referenced this pull request Apr 8, 2024
…refoundation#930)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
4swinv pushed a commit to 4swinv/autoware_launch that referenced this pull request Apr 9, 2024
…refoundation#930)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
maxime-clem pushed a commit to maxime-clem/autoware_launch that referenced this pull request May 21, 2024
…refoundation#930)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
yuki-takagi-66 pushed a commit to tier4/autoware_launch that referenced this pull request Jun 5, 2024
…refoundation#930)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Ericpotato pushed a commit to tier4/autoware_launch that referenced this pull request Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants