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(goal_planner): refactor select path #5559

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Nov 13, 2023

Description

Simplify selectSafePath and do not update thread_data_ internally

Related links

before this PR merge

Tests performed

psim

evaluator_description: refactor/goal_planner_select_path
2023/11/13 https://evaluation.tier4.jp/evaluation/reports/c7ce83db-31f7-592a-8619-8bfa9d9a9633/?project_id=prd_jt

evaluator_description: refactor/goal_planner_select_path
2023/11/14 https://evaluation.tier4.jp/evaluation/reports/8eeaa795-f1ca-5a26-81cc-492c7b4078a3/?project_id=prd_jt

evaluator_description: refactor/goal_planner_select_path
2023/11/15 https://evaluation.tier4.jp/evaluation/reports/17dff02f-d1ab-5eb7-9f61-700243053332/?project_id=prd_jt

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.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Nov 13, 2023
@kosuke55 kosuke55 force-pushed the refactor/goal_planner_select_path branch 2 times, most recently from 991cee4 to 9815f5f Compare November 13, 2023 06:03
@kosuke55 kosuke55 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 13, 2023
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Attention: 45 lines in your changes are missing coverage. Please review.

Comparison is base (b52d323) 15.25% compared to head (eaca1ac) 15.29%.
Report is 10 commits behind head on main.

Files Patch % Lines
.../scene_module/goal_planner/goal_planner_module.cpp 3.22% 30 Missing ⚠️
.../scene_module/goal_planner/goal_planner_module.hpp 0.00% 15 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5559      +/-   ##
==========================================
+ Coverage   15.25%   15.29%   +0.03%     
==========================================
  Files        1717     1717              
  Lines      118370   118456      +86     
  Branches    37912    37983      +71     
==========================================
+ Hits        18057    18116      +59     
- Misses      79651    79655       +4     
- Partials    20662    20685      +23     
Flag Coverage Δ *Carryforward flag
differential 12.98% <2.17%> (?)
total 15.26% <ø> (+0.01%) ⬆️ Carriedforward from d4d0804

*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.

@kosuke55 kosuke55 force-pushed the refactor/goal_planner_select_path branch from b37aee2 to eaca1ac Compare November 14, 2023 10:11
Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara left a comment

Choose a reason for hiding this comment

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

LGTM!

@kosuke55 kosuke55 force-pushed the refactor/goal_planner_select_path branch from e503027 to eaca1ac Compare November 15, 2023 15:45
@kosuke55 kosuke55 merged commit 1273992 into main Nov 16, 2023
38 of 41 checks passed
@kosuke55 kosuke55 deleted the refactor/goal_planner_select_path branch November 16, 2023 02:04
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Nov 22, 2023
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.

2 participants