-
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
fix(behavior_path_planner): sort keep last modules considering priority #6174
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6174 +/- ##
==========================================
- Coverage 14.58% 14.58% -0.01%
==========================================
Files 1871 1871
Lines 127545 127556 +11
Branches 37311 37315 +4
==========================================
Hits 18606 18606
- Misses 88019 88030 +11
Partials 20920 20920
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
seems to need to inherit modified goal |
ceef721
to
c2b6681
Compare
fixed by #6179 |
Signed-off-by: kosuke55 <[email protected]>
c2b6681
to
1a0c61b
Compare
…ty (autowarefoundation#6174) Signed-off-by: kosuke55 <[email protected]>
…ty (autowarefoundation#6174) Signed-off-by: kosuke55 <[email protected]>
…ty (autowarefoundation#6174) Signed-off-by: kosuke55 <[email protected]> Signed-off-by: anhnv3991 <[email protected]>
…ty (autowarefoundation#6174) Signed-off-by: kosuke55 <[email protected]>
…ty (autowarefoundation#6174) Signed-off-by: kosuke55 <[email protected]>
Description
sort keep last modules considering priority.
when the parameter is following dynamic_avoiadnce shoulder be last.
before
after
Tests performed
psim
2024/01/25 https://evaluation.tier4.jp/evaluation/reports/2744b0ff-2c3b-5816-94fd-0f0ffe27b725/?project_id=prd_jt
https://evaluation.tier4.jp/evaluation/reports/254e158d-7800-583e-b078-7a9529a53b86?project_id=prd_jt
Effects on system behavior
Not applicable.
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.