-
Notifications
You must be signed in to change notification settings - Fork 668
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
Conversation
991cee4
to
9815f5f
Compare
Codecov ReportAttention:
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: kosuke55 <[email protected]>
b37aee2
to
eaca1ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
e503027
to
eaca1ac
Compare
Signed-off-by: kosuke55 <[email protected]>
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.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.