feat(behavior_path _planner): divide planner manager modules into dependent slots (#8117) #1882
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related links
Parent Issue:
cherry-pick PR:
Related PR:
How was this PR tested?
本branchを対象としたpilot.auto.x2環境(cherry-pick/trajectory_intermittent_issue_fix/beta_x2_gen2_v0.29.2)および直近でEvaluatorにかけられた同バージョンのpilot.auto.x2環境(beta/4.0.2)との比較を以下の表に示す。
Evaluatorの比較結果ページへのリンクはこちら。
上記結果より、大幅なOK/NGの増減が無いためデグレーションなく取り込めていると判断する。
Notes for reviewers
SonarCubeにて以下issueが発生(Quality Gateの判定はOK)
https://sonarcloud.io/project/issues?id=tier4_autoware.universe&pullRequest=1882&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true
またGitHubでのCI/CD実施時に以下エラーが発生
cppcheck-differential
DCO
pre-commit-optional
pre-commit.ci
spell-check-differential
上記issue/エラーについて、指摘箇所を確認する限りではcherry-pickした箇所のみで発生しており、追加コミットによるコード修正で発生した指摘ではない。今回のPRで指摘を修正するとなると、cherry-pickの範囲を越えることになるため、修正しないという方針で進めさせていただきたい。
Interface changes
None.
Effects on system behavior
None.