Skip to content

Commit a2c4de5

Browse files
authoredApr 25, 2024··
feat(system diags): rename diag of ndt scan matcher (#6889)
rename ndt diag Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
1 parent 77e8a8b commit a2c4de5

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed
 

‎simulator/fault_injection/config/fault_injection.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
event_diag_list:
44
vehicle_is_out_of_lane: ": lane_departure"
55
trajectory_deviation_is_high: ": trajectory_deviation"
6-
localization_matching_score_is_low: ": ndt_scan_matcher"
6+
localization_matching_score_is_low: ": scan_matching_status"
77
localization_accuracy_is_low: ": localization_error_ellipse"
88
map_version_is_different: ": map_version"
99
trajectory_is_invalid: ": trajectory_point_validation"

‎system/system_diagnostic_monitor/config/autoware-psim.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ files:
33

44
edits:
55
- { type: remove, path: /autoware/map/topic_rate_check/pointcloud_map }
6-
- { type: remove, path: /autoware/localization/matching_score }
6+
- { type: remove, path: /autoware/localization/scan_matching_status }
77
- { type: remove, path: /autoware/localization/accuracy }
88
- { type: remove, path: /autoware/localization/sensor_fusion_status }
99
- { type: remove, path: /autoware/localization/topic_rate_check/pose_twist_fusion }

‎system/system_diagnostic_monitor/config/localization.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ units:
88
list:
99
- { type: link, link: /autoware/localization/topic_rate_check/transform }
1010
- { type: link, link: /autoware/localization/topic_rate_check/pose_twist_fusion }
11-
- { type: link, link: /autoware/localization/matching_score }
11+
- { type: link, link: /autoware/localization/scan_matching_status }
1212
- { type: link, link: /autoware/localization/accuracy }
1313
- { type: link, link: /autoware/localization/sensor_fusion_status }
1414

@@ -27,10 +27,10 @@ units:
2727
node: topic_state_monitor_pose_twist_fusion_filter_pose
2828
name: localization_topic_status
2929

30-
- path: /autoware/localization/matching_score
30+
- path: /autoware/localization/scan_matching_status
3131
type: diag
32-
node: ""
33-
name: ndt_scan_matcher
32+
node: ndt_scan_matcher
33+
name: scan_matching_status
3434

3535
- path: /autoware/localization/accuracy
3636
type: diag

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
type: diagnostic_aggregator/AnalyzerGroup
1919
path: performance_monitoring
2020
analyzers:
21-
matching_score:
21+
scan_matching_status:
2222
type: diagnostic_aggregator/GenericAnalyzer
23-
path: matching_score
24-
contains: ["ndt_scan_matcher"]
23+
path: scan_matching_status
24+
contains: ["ndt_scan_matcher: scan_matching_status"]
2525
timeout: 1.0
2626

2727
localization_error_ellipse:

‎system/system_error_monitor/config/system_error_monitor.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/autoware/control/autonomous_emergency_braking/performance_monitoring/emergency_stop: { sf_at: "none", lf_at: "warn", spf_at: "error", auto_recovery: "false"}
2424

2525
/autoware/localization/node_alive_monitoring: default
26-
/autoware/localization/performance_monitoring/matching_score: { sf_at: "warn", lf_at: "none", spf_at: "none" }
26+
/autoware/localization/performance_monitoring/scan_matching_status: { sf_at: "warn", lf_at: "none", spf_at: "none" }
2727
/autoware/localization/performance_monitoring/localization_error_ellipse: default
2828

2929
/autoware/map/node_alive_monitoring: default

‎system/system_error_monitor/config/system_error_monitor.planning_simulation.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/autoware/control/autonomous_emergency_braking/performance_monitoring/emergency_stop: { sf_at: "none", lf_at: "warn", spf_at: "error", auto_recovery: "false"}
2424

2525
/autoware/localization/node_alive_monitoring: default
26-
# /autoware/localization/performance_monitoring/matching_score: { sf_at: "warn", lf_at: "none", spf_at: "none" }
26+
# /autoware/localization/performance_monitoring/scan_matching_status: { sf_at: "warn", lf_at: "none", spf_at: "none" }
2727
# /autoware/localization/performance_monitoring/localization_error_ellipse: default
2828

2929
/autoware/map/node_alive_monitoring: default

0 commit comments

Comments
 (0)