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(behavior_path_planner): remove setting maximum velocity after lane change #3756

Merged
merged 1 commit into from
May 18, 2023

Conversation

rej55
Copy link
Contributor

@rej55 rej55 commented May 18, 2023

Description

With new behavior path planner architecture, the vehicle does not accelerate after lane change if the goal is near.

To fix this problem, I remove setting maximum velocity after lane change.

Related links

Tests performed

Tested in planning simulator.

Before:

cap-.2023-05-18-18-36-40.mp4

After:

cap-.2023-05-18-18-40-21.mp4

Notes for reviewers

Interface changes

Nothing.

Effects on system behavior

Nothing.

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.

…e change

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
@codecov
Copy link

codecov bot commented May 18, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (206bc1e) 14.46% compared to head (d2df34a) 14.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3756      +/-   ##
==========================================
- Coverage   14.46%   14.46%   -0.01%     
==========================================
  Files        1432     1432              
  Lines      100828   100831       +3     
  Branches    29764    29768       +4     
==========================================
  Hits        14585    14585              
- Misses      70394    70397       +3     
  Partials    15849    15849              
Flag Coverage Δ *Carryforward flag
differential 13.27% <0.00%> (?)
total 14.46% <ø> (+<0.01%) ⬆️ Carriedforward from 206bc1e

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

Impacted Files Coverage Δ
...avior_path_planner/src/utils/lane_change/utils.cpp 0.97% <ø> (+<0.01%) ⬆️
planning/behavior_path_planner/src/utils/utils.cpp 16.93% <0.00%> (-0.07%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rej55 rej55 merged commit 3f63c15 into autowarefoundation:main May 18, 2023
rej55 added a commit to rej55/autoware.universe that referenced this pull request May 19, 2023
…e change (autowarefoundation#3756)

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
tkimura4 pushed a commit to tier4/autoware.universe that referenced this pull request May 19, 2023
…e change (#499)

fix(behavior_path_planner): remove setting maximum velocity after lane change (autowarefoundation#3756)

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants