-
Notifications
You must be signed in to change notification settings - Fork 32
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: apply pose_instability_risk to localization_diag #1560
Conversation
Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
上記について、errorが出力される事のチェックはどのPRで確認しているか教えて下さい。 |
Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
2af2fe0 ※diagnostic_aggregatorにて既存のlane_departure監視項目との名称部分一致が発生してしまったため、これを回避する目的 |
正しくOK/ERRORが出力されることの検証は、https://github.com/tier4/pose_instability_risk_monitor/pull/5 の範疇となります! |
Quality Gate passedIssues Measures |
* fix spline bug Signed-off-by: Y.Hisaki <yhisaki31@gmail.com> * revert: "feat: apply pose_instability_risk to localization_diag" (#1613) Revert "feat: apply pose_instability_risk to localization_diag (#1560)" This reverts commit 4bcb436. * revert: "feat(lane_departure_checker): add parameter of footprint_extra_margin" (#1614) Revert "feat(lane_departure_checker): add parameter of footprint_extra_margin…" This reverts commit 0245366. --------- Signed-off-by: Y.Hisaki <yhisaki31@gmail.com> Co-authored-by: Y.Hisaki <yhisaki31@gmail.com> Co-authored-by: Yuma Nihei <yuma.nihei@tier4.jp>
Description
本PRは「自己位置推定が大きくずれる前に停車する機能」を実現するため、
localizationの監視項目として下記2項目をMRMの対象項目として定義するものである。
本設定により、system_error_monitorにて上記項目を認識できる状態となる。
また、各監視項目にはタイムアウトが設定できるようになっている。
出力周期が10Hzであることを考慮し、可用性を維持できると考えられる0.3secに設定する。
なお当該設計方針は設計書に明記されている。
Related links
How was this PR tested?
■監視項目の追加
diagnostics_aggregatorの出力結果に
の2項目が認識されていることを確認済み。
■途絶検出
pose_instability_risk_monitorのprocess killおよびタイムアウトにより、STALEを検出できることを確認済み。
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.