Skip to content

Commit 4bcb436

Browse files
authored
feat: apply pose_instability_risk to localization_diag (#1560)
* feat: apply pose_instability_risk to localization_diag Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp> * fix: rename xx_risk to potential_xx Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp> --------- Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
1 parent 0245366 commit 4bcb436

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

system/system_error_monitor/config/diagnostic_aggregator/localization.param.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,15 @@
2929
path: localization_accuracy
3030
contains: [": localization_accuracy"]
3131
timeout: 1.0
32+
33+
potential_lane_departure:
34+
type: diagnostic_aggregator/GenericAnalyzer
35+
path: potential_lane_departure
36+
contains: [": potential_lane_departure"]
37+
timeout: 0.3
38+
39+
potential_stopline_overrun:
40+
type: diagnostic_aggregator/GenericAnalyzer
41+
path: potential_stopline_overrun
42+
contains: [": potential_stopline_overrun"]
43+
timeout: 0.3

0 commit comments

Comments
 (0)