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): consider max velocity during path planning (#6615) #1203

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

zulfaqar-azmi-t4
Copy link

Description

Cherry picking autowarefoundation#6615
to v0.20.1.5

Lane change max velocity computation currently doesn't consider the parameterized input from common.max_vel. The result is that it causes the prepare path to be much longer than anticipated, plus, the results also affects the safety check, where the expected velocity is different from the actual velocity, which causes many safety check issues.

This PR aims to solve this by including the max_vel parameter

Before PR

Prepare path is long, plus safety check is difficult to be approved.

cap-.2024-03-14-16-28-56.mp4

After PR

Safety check is much simpler to be approved.

cap-.2024-03-14-16-30-28.mp4

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.

…efoundation#6615)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
@shmpwk shmpwk merged commit 2d2d556 into beta/v0.20.1.5 Mar 22, 2024
13 checks passed
@shmpwk shmpwk deleted the cp-lane-change-velocity-limit branch March 22, 2024 05:36
zulfaqar-azmi-t4 added a commit that referenced this pull request Mar 25, 2024
…efoundation#6615) (#1203)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
shmpwk pushed a commit that referenced this pull request Mar 25, 2024
* fix(lane_change): consider max velocity during path planning (autowarefoundation#6615) (#1203)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* fix the max_velocity not subscribed from motion velocity smoother

Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

---------

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
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