Skip to content

Commit 3d1e6ce

Browse files
docs(localization): add note for non-NDT users (#496)
* add note for non-NDT user Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix * fix typo Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bbaecd1 commit 3d1e6ce

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • docs/how-to-guides/integrating-autoware/launch-autoware/localization

docs/how-to-guides/integrating-autoware/launch-autoware/localization/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,16 @@ you can add this argument on `tier4_localization_component.launch.xml` launch fi
9696

9797
**Note:** Gyro odometer input topic provided from velocity converter package. This package will be launched at sensor_kit. For more information,
9898
please check [velocity converter package](https://github.com/autowarefoundation/autoware.universe/tree/main/sensing/vehicle_velocity_converter).
99+
100+
## Note when using non NDT pose estimator
101+
102+
!!! note
103+
104+
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

Comments
 (0)