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): fix pull out module when enable_back is false #2779

Merged

Conversation

tkimura4
Copy link
Contributor

@tkimura4 tkimura4 commented Jan 30, 2023

Signed-off-by: tomoya.kimura tomoya.kimura@tier4.jp

Description

When enable_back is false, the pull_over module does not publish a valid path with the following message.

Not found safe pull out path, publish stop path

It is because in planWithPriorityOnEfficientPath or planWithPriorityOnShortBackDistance no process runs when the size of start_pose_candidates is 1. I fixed it.

Related links

Tests performed

Tested on planning simulator (enable_back=true/false)

Notes for reviewers

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.

…alse

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jan 30, 2023
@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Base: 11.66% // Head: 11.65% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (09a6a53) compared to base (05da0be).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2779      +/-   ##
==========================================
- Coverage   11.66%   11.65%   -0.02%     
==========================================
  Files        1314     1314              
  Lines       91572    91660      +88     
  Branches    24366    24429      +63     
==========================================
  Hits        10679    10679              
- Misses      69743    69829      +86     
- Partials    11150    11152       +2     
Flag Coverage Δ *Carryforward flag
differential 4.69% <0.00%> (?)
total 11.66% <0.00%> (ø) Carriedforward from 05da0be

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

Impacted Files Coverage Δ
...nner/src/scene_module/pull_out/pull_out_module.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 at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@1222-takeshi 1222-takeshi left a comment

Choose a reason for hiding this comment

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

LGTM
I experimented with real vehicle.

Copy link
Contributor

@kosuke55 kosuke55 left a comment

Choose a reason for hiding this comment

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

thanks! looks good

@tkimura4 tkimura4 merged commit 202f283 into autowarefoundation:main Jan 31, 2023
@tkimura4 tkimura4 deleted the fix/pull_over_when_enable_back_false branch January 31, 2023 02:58
tkimura4 added a commit to tier4/autoware.universe that referenced this pull request Jan 31, 2023
…alse (autowarefoundation#2779)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
tkimura4 added a commit to tier4/autoware.universe that referenced this pull request Jan 31, 2023
…alse (autowarefoundation#2779)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
tkimura4 added a commit to tier4/autoware.universe that referenced this pull request Jan 31, 2023
…alse (autowarefoundation#2779) (#265)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
lexavtanke pushed a commit to lexavtanke/autoware.universe that referenced this pull request Jan 31, 2023
…alse (autowarefoundation#2779)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
asana17 pushed a commit to asana17/autoware.universe that referenced this pull request Feb 8, 2023
…alse (autowarefoundation#2779)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
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.

3 participants