Skip to content

Commit

Permalink
feat: add pose_instability_detector to diagnostic_aggregator (#5935)
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <[email protected]>
  • Loading branch information
tkimura4 authored Dec 22, 2023
1 parent 3a0fd31 commit 2e2f184
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
contains: ["localization: localization_error_monitor"]
timeout: 1.0

localization_stability:
type: diagnostic_aggregator/GenericAnalyzer
path: localization_stability
contains: ["localization: pose_instability_detector"]
timeout: 1.0

# This diagnostic should ideally be avoided in terms of Fault Tree Analysis (FTA) compatibility.
# However, we may need this since the localization accuracy is still not reliable enough and may produce
# false positives. Thus, NOTE that this diagnostic should be removed in the future when the localization accuracy
Expand Down

0 comments on commit 2e2f184

Please sign in to comment.