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

feat(behavior_path_planner): fix minimum prepare speed #3231

Merged
merged 7 commits into from
Apr 3, 2023

Conversation

purewater0901
Copy link
Contributor

@purewater0901 purewater0901 commented Mar 31, 2023

Description

Since the current code does not consider the maximum acceleration values correctly, I recalculated the maximum deceleration values using the minimum lane changing speed and current speed. Moreover, I fixed the prepared distance by adding the minimum velocity of the lane changing speed.

Scenario Test 1198/1199
Tier4 Internal Link

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.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Mar 31, 2023
Signed-off-by: yutaka <[email protected]>
Signed-off-by: yutaka <[email protected]>
@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

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

Comparison is base (70cf872) 12.33% compared to head (01944d0) 12.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3231      +/-   ##
==========================================
- Coverage   12.33%   12.33%   -0.01%     
==========================================
  Files        1363     1363              
  Lines       94810    94812       +2     
  Branches    27000    27000              
==========================================
  Hits        11697    11697              
- Misses      70763    70765       +2     
  Partials    12350    12350              
Flag Coverage Δ *Carryforward flag
differential 5.48% <0.00%> (?)
total 12.33% <ø> (+<0.01%) ⬆️ Carriedforward from ca2fc13

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

Impacted Files Coverage Δ
...ehavior_path_planner/src/util/lane_change/util.cpp 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@github-actions github-actions bot added the component:launch Launch files, scripts and initialization tools. (auto-assigned) label Mar 31, 2023
@github-actions github-actions bot removed the component:launch Launch files, scripts and initialization tools. (auto-assigned) label Mar 31, 2023
Signed-off-by: yutaka <[email protected]>
Copy link
Contributor

@zulfaqar-azmi-t4 zulfaqar-azmi-t4 left a comment

Choose a reason for hiding this comment

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

LGTM

@purewater0901 purewater0901 merged commit ee72e08 into main Apr 3, 2023
@purewater0901 purewater0901 deleted the feat/fix-prepare-speed branch April 3, 2023 06:38
ktro2828 pushed a commit to ktro2828/autoware.universe that referenced this pull request Apr 7, 2023
…ation#3231)

* feat(behavior_path_planner): fix minimum prepare speed

Signed-off-by: yutaka <[email protected]>

* update

Signed-off-by: yutaka <[email protected]>

* update

Signed-off-by: yutaka <[email protected]>

* fix(control_launch): add necessary parameter

Signed-off-by: yutaka <[email protected]>

* update

Signed-off-by: yutaka <[email protected]>

---------

Signed-off-by: yutaka <[email protected]>
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.

2 participants