Skip to content
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

Merged
merged 4 commits into from
Oct 1, 2024

Conversation

yn-mrse
Copy link

@yn-mrse yn-mrse commented Sep 27, 2024

Description

本PRは「自己位置推定が大きくずれる前に停車する機能」を実現するため、
localizationの監視項目として下記2項目をMRMの対象項目として定義するものである。

  • potential_lane_departure
  • potential_stopline_overrun

本設定により、system_error_monitorにて上記項目を認識できる状態となる。
また、各監視項目にはタイムアウトが設定できるようになっている。
出力周期が10Hzであることを考慮し、可用性を維持できると考えられる0.3secに設定する。

なお当該設計方針は設計書に明記されている。

image

Related links

How was this PR tested?

■監視項目の追加

diagnostics_aggregatorの出力結果に

  • potential_lane_departure
  • potential_stopline_overrun

の2項目が認識されていることを確認済み。

image

■途絶検出

pose_instability_risk_monitorのprocess killおよびタイムアウトにより、STALEを検出できることを確認済み。

image

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
@sfukuta
Copy link

sfukuta commented Sep 30, 2024

@yn-mrse

lane_departure_risk
stopline_overrun_risk

上記について、errorが出力される事のチェックはどのPRで確認しているか教えて下さい。

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
@yn-mrse
Copy link
Author

yn-mrse commented Oct 1, 2024

2af2fe0
lane_departure_riskおよびstopline_overrun_riskをrenameしました。

※diagnostic_aggregatorにて既存のlane_departure監視項目との名称部分一致が発生してしまったため、これを回避する目的

@yn-mrse
Copy link
Author

yn-mrse commented Oct 1, 2024

@sfukuta

lane_departure_risk
stopline_overrun_risk

上記について、errorが出力される事のチェックはどのPRで確認しているか教えて下さい。

正しくOK/ERRORが出力されることの検証は、https://github.com/tier4/pose_instability_risk_monitor/pull/5 の範疇となります!

Copy link

sonarcloud bot commented Oct 1, 2024

@yn-mrse yn-mrse merged commit 4bcb436 into beta/v0.3.19 Oct 1, 2024
9 of 10 checks passed
@yn-mrse yn-mrse deleted the feat/apply_mrm_by_pose_instability_risk branch October 1, 2024 12:20
yn-mrse added a commit that referenced this pull request Oct 30, 2024
yn-mrse added a commit that referenced this pull request Oct 30, 2024
Revert "feat: apply pose_instability_risk to localization_diag (#1560)"

This reverts commit 4bcb436.
1222-takeshi added a commit that referenced this pull request Nov 15, 2024
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants