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(goal_planenr): not reset when receving new route #3966

Merged
merged 2 commits into from
Jun 13, 2023

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Jun 13, 2023

Description

fix reset goal planner twice.

currently when receiving new route reset scene modules in https://github.com/autowarefoundation/autoware.universe/blob/fix/not_reset_goal_planner/planning/behavior_path_planner/src/behavior_path_planner_node.cpp#L1232
so, no need to reset in goal_planner

note that, in old architecture still reset twice.

Related links

Tests performed

psim

Notes for reviewers

Interface changes

none

Effects on system behavior

none

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.

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 Jun 13, 2023
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@kosuke55 kosuke55 force-pushed the fix/not_reset_goal_planner branch from e99095e to 2df572e Compare June 13, 2023 08:56
@codecov
Copy link

codecov bot commented Jun 13, 2023

Codecov Report

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

Comparison is base (d3bb389) 14.42% compared to head (2df572e) 14.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3966      +/-   ##
==========================================
- Coverage   14.42%   14.42%   -0.01%     
==========================================
  Files        1456     1456              
  Lines      102581   102582       +1     
  Branches    29674    29675       +1     
==========================================
- Hits        14797    14796       -1     
  Misses      71645    71645              
- Partials    16139    16141       +2     
Flag Coverage Δ *Carryforward flag
differential 12.85% <0.00%> (?)
total 14.42% <ø> (+<0.01%) ⬆️ Carriedforward from d3bb389

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

Impacted Files Coverage Δ
.../scene_module/goal_planner/goal_planner_module.hpp 60.00% <ø> (ø)
...or_path_planner/src/behavior_path_planner_node.cpp 18.43% <0.00%> (-0.15%) ⬇️
.../scene_module/goal_planner/goal_planner_module.cpp 5.13% <0.00%> (ø)

☔ 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 e5e5b43 into main Jun 13, 2023
@kosuke55 kosuke55 deleted the fix/not_reset_goal_planner branch June 13, 2023 10:12
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Aug 22, 2023
…ion#3966)

* fix(goal_planenr): not reset when receving new route

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix for old archi

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

---------

Signed-off-by: kosuke55 <kosuke.tnp@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.

2 participants