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): check able to return to current lane #1087

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

zulfaqar-azmi-t4
Copy link

@zulfaqar-azmi-t4 zulfaqar-azmi-t4 commented Jan 11, 2024

Description

cherry pick lane change

Before abort process, lane change module should check if ego vehicle can return to original lane or not. And if it can't, abort path should not be computed.

This is a critical fix. Without this fix, ego will perform unwanted abort and it can be quite dangerous.

autowarefoundation#6034

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.

@shmpwk
Copy link
Collaborator

shmpwk commented Jan 11, 2024

@zulfaqar-azmi-t4
Looks like the commit is not the cherry-picked formed...?

@zulfaqar-azmi-t4 zulfaqar-azmi-t4 force-pushed the cp-lane-change-abort-able-to-return branch from 47e905c to 89139f3 Compare January 11, 2024 08:37
…owarefoundation#6034)

* fix(lane_change): check able to return to original lane in abort

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

* fix cancel state

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

* revert changes

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

---------

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
@zulfaqar-azmi-t4
Copy link
Author

@shmpwk
Sorry for the mistake Wakabayashi-san.
It is now fix.

Copy link
Collaborator

@shmpwk shmpwk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shmpwk shmpwk changed the title cherry-pick(lane_change): check able to return to current lane fix(lane_change): check able to return to current lane Jan 11, 2024
@shmpwk shmpwk enabled auto-merge January 11, 2024 08:47
@shmpwk shmpwk merged commit 2ea2390 into beta/v0.20.0 Jan 11, 2024
19 of 20 checks passed
@shmpwk shmpwk deleted the cp-lane-change-abort-able-to-return branch January 11, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants