You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since NDT is currently the most often used pose_estimator , the NDT diagnostics are registered for monitoring by default.
105
+
When using a pose_estimator other than NDT, NDT diagnostics will always be marked as stale, causing the system to enter a safe_fault state.
106
+
Depending on the parameters of emergencies, this could escalate to a full emergency, preventing autonomous driving.
107
+
108
+
To work around this, please modify the configuration file of the system_error_monitor.
109
+
In the [system_error_monitor.param.yaml](https://github.com/autowarefoundation/autoware.universe/blob/main/system/system_error_monitor/config/system_error_monitor.param.yaml) file, `/autoware/localization/performance_monitoring/matching_score` represents the aggregated diagnostics for NDT.
110
+
To prevent emergencies even when NDT is not launched, remove this entry from the configuration.
111
+
Note that the module name `/performance_monitoring/matching_score` is specified in [diagnostics_aggregator/localization.param.yaml](https://github.com/autowarefoundation/autoware.universe/blob/main/system/system_error_monitor/config/diagnostic_aggregator/localization.param.yaml).
0 commit comments