-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yuki Takagi <[email protected]>
- Loading branch information
1 parent
c42bd46
commit f6ac59c
Showing
4 changed files
with
153 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
110 changes: 83 additions & 27 deletions
110
autoware_launch/config/system/system_diagnostic_monitor/localization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,99 @@ | ||
units: | ||
- path: /autoware/localization | ||
type: short-circuit-and | ||
- path: /localization/autonomous_available | ||
type: and | ||
list: | ||
- type: link | ||
link: /autoware/localization/state | ||
- type: and | ||
list: | ||
- { type: link, link: /autoware/localization/topic_rate_check/transform } | ||
- { type: link, link: /autoware/localization/topic_rate_check/pose_twist_fusion } | ||
- { type: link, link: /autoware/localization/scan_matching_status } | ||
- { type: link, link: /autoware/localization/accuracy } | ||
- { type: link, link: /autoware/localization/sensor_fusion_status } | ||
|
||
- path: /autoware/localization/state | ||
type: diag | ||
node: component_state_diagnostics | ||
name: localization_state | ||
- { type: link, link: /localization/emergency_stop } | ||
- { type: link, link: /localization/pull_over } | ||
- { type: link, link: /localization/comfortable_stop } | ||
|
||
- path: /localization/pull_over_available | ||
type: and | ||
list: | ||
- { type: link, link: /localization/emergency_stop } | ||
- { type: link, link: /localization/comfortable_stop } | ||
|
||
- path: /localization/comfortable_stop_available | ||
type: and | ||
list: | ||
- { type: link, link: /localization/emergency_stop } | ||
|
||
# ******************************************************************************* | ||
# NOTE: Please modify this section according to your environment and requirements. | ||
# ******************************************************************************* | ||
- path: /localization/emergency_stop | ||
type: and | ||
list: | ||
- { type: link, link: /localization/001-topic_status/initialpose-error } | ||
- { type: link, link: /localization/001-topic_status/pose_twist_fusion_filter-error } | ||
- { type: link, link: /localization/002-tf-error } | ||
- { type: link, link: /localization/003-matching_score-error } | ||
- { type: link, link: /localization/004-accuracy-error } | ||
|
||
- path: /localization/comfortable_stop | ||
type: and | ||
|
||
- path: /localization/pull_over | ||
type: and | ||
|
||
- path: /localization/none | ||
type: and | ||
|
||
- path: /localization/001-topic_status/initialpose-error | ||
type: warn-to-ok | ||
item: | ||
type: link | ||
link: /localization/001-topic_status/initialpose | ||
|
||
- path: /autoware/localization/topic_rate_check/transform | ||
- path: /localization/001-topic_status/pose_twist_fusion_filter-error | ||
type: warn-to-ok | ||
item: | ||
type: link | ||
link: /localization/001-topic_status/pose_twist_fusion_filter | ||
|
||
- path: /localization/002-tf-error | ||
type: warn-to-ok | ||
item: | ||
type: link | ||
link: /localization/002-tf | ||
|
||
- path: /localization/003-matching_score-error | ||
type: warn-to-ok | ||
item: | ||
type: link | ||
link: /localization/003-matching_score | ||
|
||
- path: /localization/004-accuracy-error | ||
type: warn-to-ok | ||
item: | ||
type: link | ||
link: /localization/004-accuracy | ||
|
||
- path: /localization/001-topic_status/initialpose | ||
type: diag | ||
node: topic_state_monitor_transform_map_to_base_link | ||
node: topic_state_monitor_initialpose3d | ||
name: localization_topic_status | ||
timeout: 1.0 | ||
|
||
- path: /autoware/localization/topic_rate_check/pose_twist_fusion | ||
- path: /localization/001-topic_status/pose_twist_fusion_filter | ||
type: diag | ||
node: topic_state_monitor_pose_twist_fusion_filter_pose | ||
name: localization_topic_status | ||
timeout: 1.0 | ||
|
||
- path: /autoware/localization/scan_matching_status | ||
- path: /localization/002-tf | ||
type: diag | ||
node: ndt_scan_matcher | ||
name: scan_matching_status | ||
node: topic_state_monitor_transform_map_to_base_link | ||
name: localization_topic_status | ||
timeout: 1.0 | ||
|
||
- path: /autoware/localization/accuracy | ||
- path: /localization/003-matching_score | ||
type: diag | ||
node: localization_error_monitor | ||
name: ellipse_error_status | ||
node: ndt_scan_matcher | ||
name: scan_matching_status | ||
timeout: 1.0 | ||
|
||
- path: /autoware/localization/sensor_fusion_status | ||
- path: /localization/004-accuracy | ||
type: diag | ||
node: localization | ||
name: ekf_localizer | ||
name: localization_error_monitor | ||
timeout: 1.0 |
54 changes: 49 additions & 5 deletions
54
autoware_launch/config/system/system_diagnostic_monitor/map.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,60 @@ | ||
units: | ||
- path: /autoware/map | ||
- path: /map/autonomous_available | ||
type: and | ||
list: | ||
- { type: link, link: /autoware/map/topic_rate_check/vector_map } | ||
- { type: link, link: /autoware/map/topic_rate_check/pointcloud_map } | ||
- { type: link, link: /map/emergency_stop } | ||
- { type: link, link: /map/pull_over } | ||
- { type: link, link: /map/comfortable_stop } | ||
|
||
- path: /autoware/map/topic_rate_check/vector_map | ||
- path: /map/pull_over_available | ||
type: and | ||
list: | ||
- { type: link, link: /map/emergency_stop } | ||
- { type: link, link: /map/comfortable_stop } | ||
|
||
- path: /map/comfortable_stop_available | ||
type: and | ||
list: | ||
- { type: link, link: /map/emergency_stop } | ||
|
||
# ******************************************************************************* | ||
# NOTE: Please modify this section according to your environment and requirements. | ||
# ******************************************************************************* | ||
- path: /map/emergency_stop | ||
type: and | ||
list: | ||
- { type: link, link: /map/001-topic_status/vector_map-error } | ||
- { type: link, link: /map/001-topic_status/pointcloud_map-error } | ||
|
||
- path: /map/comfortable_stop | ||
type: and | ||
|
||
- path: /map/pull_over | ||
type: and | ||
|
||
- path: /map/none | ||
type: and | ||
|
||
- path: /map/001-topic_status/vector_map-error | ||
type: warn-to-ok | ||
item: | ||
type: link | ||
link: /map/001-topic_status/vector_map | ||
|
||
- path: /map/001-topic_status/pointcloud_map-error | ||
type: warn-to-ok | ||
item: | ||
type: link | ||
link: /map/001-topic_status/pointcloud_map | ||
|
||
- path: /map/001-topic_status/vector_map | ||
type: diag | ||
node: topic_state_monitor_vector_map | ||
name: map_topic_status | ||
timeout: 1.0 | ||
|
||
- path: /autoware/map/topic_rate_check/pointcloud_map | ||
- path: /map/001-topic_status/pointcloud_map | ||
type: diag | ||
node: topic_state_monitor_pointcloud_map | ||
name: map_topic_status | ||
timeout: 1.0 |