-
Notifications
You must be signed in to change notification settings - Fork 33
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(interpolation): fix spline bug #1541
Conversation
Signed-off-by: Y.Hisaki <[email protected]>
Quality Gate passedIssues Measures |
Quality Gate passedIssues Measures |
@YoheiMishina @yn-mrse @peeeechi @sfukuta
久木さんから上記のコメントいただいており、Evaluatorでのシナリオ評価によるデグレチェック、シミュレータベースでのCPU, memoryリソースのデグレチェックを実施し、本PRにおける特筆すべきデグレがないことを確認したので、PRをマージしたいと思います。 解析に詳細についてはそれぞれ以下にまとめてあります。 |
@1222-takeshi |
@1222-takeshi |
@1222-takeshi |
@sfukuta
修正の前も後も常にfailしているようなシナリオは存在しない → これもランダムfailを疑う理由
停留所間での変化量と停留所発着時の変化量を見ればいいので問題なし
CPU, Memoryともにデータから読み取れるような特筆すべき差分はない (システム全体に影響するような差分はない) ため問題なしと判断 |
@1222-takeshi |
@1222-takeshi ランダムFailは問題ありませんが、3回のテストを実施した時に、少なくとも全てのテストが1回はOKになっているという認識です。その認識通りであれば、全てテストが1度は、PASSしている事の記載をお願いします。 |
リソースをチェックした元のevaluatorは、Evaluatorでのシナリオ別デグレチェックの詳細 で実施した結果をもとに、検証している理解であっていますか? |
Yesで、Evidenceに追記しました。
こちらもYesです。 |
@1222-takeshi マージして大丈夫です。 |
This reverts commit c99b4d8.
マージ先を間違えていたので、一旦revertして以下のPRを作り直しました。 |
Description
This PR fixes a spline interpolation bug, details are described here.
Related links
How was this PR tested?
https://evaluation.ci.tier4.jp/evaluation/reports/c5a304ec-f26a-5b86-b63e-c675203d6669?project_id=autoware_dev
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.