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 updating pull out status for new architecture #3447

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Apr 17, 2023

Description

Fix the bug that pull_out with the new architecture can not update the path before approval.

before approval, execute the following process in each loop

  • old architecture
    • onEntry() -> planWaitingApproval()
  • new architecture
    • planWaitingApproval()

updating process is in onEntry so the paths is not updated with new architecture.
In this PR, move updating process to planWaitingApproval

before PR

  • old architecture
pull_out_back-2023-04-17_20.54.48.mp4
  • new architecture
pull_out_back_new-2023-04-17_21.03.53.mp4

Related links

Tests performed

  • old architecture
pull_out_back_old_after-2023-04-17_21.40.46.mp4
  • new architecture
pull_out_back_new_after-2023-04-17_21.35.36.mp4

Notes for reviewers

Interface changes

Effects on system behavior

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.

…itecture

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Apr 17, 2023
Copy link
Contributor

@tkimura4 tkimura4 left a comment

Choose a reason for hiding this comment

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

LGTM!

@codecov
Copy link

codecov bot commented Apr 17, 2023

Codecov Report

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

Comparison is base (1d1fcac) 13.25% compared to head (9c27f61) 13.24%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3447      +/-   ##
==========================================
- Coverage   13.25%   13.24%   -0.01%     
==========================================
  Files        1384     1384              
  Lines       97016    97254     +238     
  Branches    28212    28375     +163     
==========================================
+ Hits        12857    12879      +22     
- Misses      70351    70536     +185     
- Partials    13808    13839      +31     
Flag Coverage Δ *Carryforward flag
differential 12.28% <0.00%> (?)
total 13.25% <ø> (+<0.01%) ⬆️ Carriedforward from 1d1fcac

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

Impacted Files Coverage Δ
..._planner/scene_module/pull_out/pull_out_module.hpp 66.66% <ø> (ø)
...nner/src/scene_module/pull_out/pull_out_module.cpp 6.13% <0.00%> (+0.01%) ⬆️

... and 1 file 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.

@kosuke55 kosuke55 merged commit 5ff0ff3 into main Apr 17, 2023
@kosuke55 kosuke55 deleted the fix/pull_out_for_new_arch branch April 17, 2023 14:13
Mingyu1991 pushed a commit to Mingyu1991/autoware.universe that referenced this pull request Jun 26, 2023
…itecture (autowarefoundation#3447)

Signed-off-by: kosuke55 <kosuke.tnp@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:planning Route planning, decision-making, and navigation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants