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

refactor(behavior_path_planeer): use common.params for lane change #3520

Merged
merged 2 commits into from
Apr 25, 2023

Conversation

purewater0901
Copy link
Contributor

@purewater0901 purewater0901 commented Apr 24, 2023

Description

Use minimum acceleration from common params for the lane change module.

Related PR

Tests performed

PSim

Effects on system behavior

No effects on system behavior. Just remove the redundant parameters.

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: yutaka <purewater0901@gmail.com>
@github-actions github-actions bot added component:launch Launch files, scripts and initialization tools. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Apr 24, 2023
@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.34 🎉

Comparison is base (d93b622) 13.72% compared to head (2604dbc) 14.06%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3520      +/-   ##
==========================================
+ Coverage   13.72%   14.06%   +0.34%     
==========================================
  Files        1395     1397       +2     
  Lines       97999    98404     +405     
  Branches    29097    29383     +286     
==========================================
+ Hits        13452    13843     +391     
+ Misses      70101    69847     -254     
- Partials    14446    14714     +268     
Flag Coverage Δ *Carryforward flag
differential 15.17% <0.00%> (?)
total 13.72% <ø> (-0.01%) ⬇️ Carriedforward from 58603c5

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

Impacted Files Coverage Δ
...nner/utils/lane_change/lane_change_module_data.hpp 0.00% <ø> (ø)
...or_path_planner/src/behavior_path_planner_node.cpp 22.11% <0.00%> (+1.87%) ⬆️
...th_planner/src/scene_module/lane_change/normal.cpp 5.71% <0.00%> (+0.02%) ⬆️
...avior_path_planner/src/utils/lane_change/utils.cpp 0.00% <0.00%> (ø)

... and 21 files with indirect coverage changes

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.

Copy link
Contributor

@rej55 rej55 left a comment

Choose a reason for hiding this comment

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

Signed-off-by: yutaka <purewater0901@gmail.com>
@github-actions github-actions bot added the type:documentation Creating or refining documentation. (auto-assigned) label Apr 25, 2023
@purewater0901 purewater0901 merged commit 001a865 into main Apr 25, 2023
@purewater0901 purewater0901 deleted the refactor/use-common-param-for-lc branch April 25, 2023 03:16
Mingyu1991 pushed a commit to Mingyu1991/autoware.universe that referenced this pull request Jun 26, 2023
…utowarefoundation#3520)

* refactor(behavior_path_planeer): use common.params for lane change

Signed-off-by: yutaka <purewater0901@gmail.com>

* update

Signed-off-by: yutaka <purewater0901@gmail.com>

---------

Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants