Skip to content

Commit

Permalink
chore(diagnotisc_graph_aggregator): update config (#615)
Browse files Browse the repository at this point in the history
* fix(diagnostic_graph_aggregator): localization accuracy

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>

* fix: visibility validation

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>

---------

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
  • Loading branch information
TomohitoAndo authored and saka1-s committed Jun 25, 2024
1 parent 6bd8859 commit bdc41be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ nodes:
- { type: link, link: /localization/002-tf-error }
- { type: link, link: /localization/003-matching_score-error }
- { type: link, link: /localization/004-accuracy-error }
- { type: link, link: /localization/005-accuracy_lateral-error }

- path: /localization/comfortable_stop
type: and
Expand Down Expand Up @@ -65,11 +64,6 @@ nodes:
list:
- { type: link, link: /localization/004-accuracy }

- path: /localization/005-accuracy_lateral-error
type: warn-to-ok
list:
- { type: link, link: /localization/005-accuracy_lateral }

# Diagnostics paths
- path: /localization/001-topic_status/initialpose
diag: "topic_state_monitor_initialpose3d: localization_topic_status"
Expand All @@ -92,11 +86,6 @@ nodes:
timeout: 1.0

- path: /localization/004-accuracy
diag: "localization_error_monitor: localization_accuracy"
type: diag
timeout: 1.0

- path: /localization/005-accuracy_lateral
diag: "localization_error_monitor: localization_accuracy_lateral_direction"
diag: "localization: localization_error_monitor"
type: diag
timeout: 1.0
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ nodes:
- path: /others/005-visibility_validation
type: and
list:
- { type: link, link: /others/005-visibility_validation/left_upper }
- { type: link, link: /others/005-visibility_validation/right_upper }
- { type: link, link: /others/005-visibility_validation/front_lower }

- path: /others/002-blockage_validation-error
type: warn-to-ok
Expand Down Expand Up @@ -113,12 +112,8 @@ nodes:
type: diag
timeout: 1.0

- path: /others/005-visibility_validation/left_upper
diag: "dual_return_filter: /sensing/lidar/left_upper: visibility_validation"
type: diag
timeout: 1.0
- path: /others/005-visibility_validation/right_upper
diag: "dual_return_filter: /sensing/lidar/right_upper: visibility_validation"
- path: /others/005-visibility_validation/front_lower
diag: "dual_return_filter: /sensing/lidar/front_lower: visibility_validation"
type: diag
timeout: 1.0

Expand Down

0 comments on commit bdc41be

Please sign in to comment.