-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat(behavior_path _planner): divide planner manager modules into dependent slots (#8117) #1882
base: beta/x2_gen2/v0.29
Are you sure you want to change the base?
Conversation
…endent slots (autowarefoundation#8117) Signed-off-by: k-hazama-esol <k-hazama@esol.co.jp>
…n_num parameter. Signed-off-by: k-hazama-esol <k-hazama@esol.co.jp>
… canLaunchNewModule() to PR original (autowarefoundation#8117). Signed-off-by: k-hazama-esol <k-hazama@esol.co.jp>
b5ada12
to
ba241f4
Compare
|
こちらについて、過去のどの変更が取り込まれていないためかを特定できますでしょうか? |
上記について過去の変更を調査しました。おそらく以下のコミットに該当する変更だと思われます。 max_module_sizeの削除(今回の変更の ba241f4 のコミット相当) |
上記PRをcherry-pick後ビルドを実施しましたが、cherry-pick時のconflictおよびビルドエラーのどちらも発生することなくビルドを完了できました。 |
@k-hazama-esol
お手数ですが、別のPRを作成お願いします。 |
@TomohitoAndo
Evaluatorの比較結果ページへのリンクはこちら。 上記結果より、大幅なOK/NGの増減が無いためデグレーションなく取り込めていると判断して問題ないという認識です。
承知しました。PRを取り込んだbranchで再度PRを作成します。 |
@TomohitoAndo |
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.