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(mission_planner): return without change_route if new route is empty #9101

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Oct 17, 2024

Description

Looks like an implementation error.
If we do not return, an emtpy route may be set.

Related links

Parent Issue:

  • Link

How was this PR tested?

2024/10/21 https://evaluation.tier4.jp/evaluation/reports/d8006304-00be-5558-9c86-1576794020f1/?project_id=prd_jt

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Oct 17, 2024
Copy link

github-actions bot commented Oct 17, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@kosuke55 kosuke55 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Oct 17, 2024
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.53%. Comparing base (6ff2121) to head (5972be5).
Report is 17 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9101      +/-   ##
==========================================
- Coverage   27.55%   27.53%   -0.02%     
==========================================
  Files        1304     1311       +7     
  Lines      101047   101113      +66     
  Branches    39236    39239       +3     
==========================================
  Hits        27843    27843              
- Misses      70580    70646      +66     
  Partials     2624     2624              
Flag Coverage Δ *Carryforward flag
differential 10.02% <ø> (?)
total 27.55% <ø> (ø) Carriedforward from 6ff2121

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@isamu-takagi isamu-takagi left a comment

Choose a reason for hiding this comment

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

Thank you, it needed to abort the process as you say.

@kosuke55 kosuke55 changed the title fix(mission_planner): return if new route is empty without change_route fix(mission_planner): return without change_route if new route is empty Oct 17, 2024
@kosuke55 kosuke55 force-pushed the fix/mission_planner_empty branch 2 times, most recently from 7b6f8d0 to c56de80 Compare October 21, 2024 11:20
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@kosuke55 kosuke55 force-pushed the fix/mission_planner_empty branch from c56de80 to 5972be5 Compare October 21, 2024 11:32
@kosuke55 kosuke55 merged commit d322a35 into autowarefoundation:main Oct 22, 2024
32 of 34 checks passed
@kosuke55 kosuke55 deleted the fix/mission_planner_empty branch October 22, 2024 00:44
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) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants