From b414e587aa67feac7cc6ec6c8c20673b7a36dff4 Mon Sep 17 00:00:00 2001 From: Yuki Takagi Date: Mon, 11 Nov 2024 16:04:54 +0900 Subject: [PATCH 1/2] po Signed-off-by: Yuki Takagi --- .../autoware-psim.yaml | 4 ++-- .../dummy_diag_publisher.param.yaml | 21 ++++++++++++++++++- .../autoware-psim.yaml | 18 ++++++++-------- .../launch/planning_simulator.launch.xml | 4 ++-- 4 files changed, 33 insertions(+), 14 deletions(-) diff --git a/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-psim.yaml b/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-psim.yaml index 20c95af6e9..c5a8f8fec2 100644 --- a/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-psim.yaml +++ b/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-psim.yaml @@ -1,2 +1,2 @@ -files: - - { path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-psim.yaml } +# files: +# - { path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-psim.yaml } diff --git a/autoware_launch/config/system/dummy_diag_publisher/dummy_diag_publisher.param.yaml b/autoware_launch/config/system/dummy_diag_publisher/dummy_diag_publisher.param.yaml index 43edd109b5..0ed824d3c8 100644 --- a/autoware_launch/config/system/dummy_diag_publisher/dummy_diag_publisher.param.yaml +++ b/autoware_launch/config/system/dummy_diag_publisher/dummy_diag_publisher.param.yaml @@ -14,4 +14,23 @@ /**: ros__parameters: required_diags: - dummy_diag_empty: default + # map + ## /autoware/map/topic_rate_check/pointcloud_map + "topic_state_monitor_pointcloud_map: map_topic_status": default + + # localization + ## /autoware/localization/scan_matching_status + "ndt_scan_matcher: scan_matching_status": default + + ## /autoware/localization/accuracy + "localization_error_monitor: ellipse_error_status": default + + ## /autoware/localization/sensor_fusion_status + "localization: ekf_localizer": default + + ## /autoware/localization/topic_rate_check/pose_twist_fusion + "topic_state_monitor_pose_twist_fusion_filter_pose: localization_topic_status": default + + # perception + ## /autoware/perception/topic_rate_check/pointcloud + "topic_state_monitor_obstacle_segmentation_pointcloud: perception_topic_status": default diff --git a/autoware_launch/config/system/system_diagnostic_monitor/autoware-psim.yaml b/autoware_launch/config/system/system_diagnostic_monitor/autoware-psim.yaml index fc17c74173..a82fdf2978 100644 --- a/autoware_launch/config/system/system_diagnostic_monitor/autoware-psim.yaml +++ b/autoware_launch/config/system/system_diagnostic_monitor/autoware-psim.yaml @@ -1,10 +1,10 @@ -files: - - { path: $(dirname)/autoware-main.yaml } +# files: +# - { path: $(dirname)/autoware-main.yaml } -edits: - - { type: remove, path: /autoware/map/topic_rate_check/pointcloud_map } - - { type: remove, path: /autoware/localization/scan_matching_status } - - { type: remove, path: /autoware/localization/accuracy } - - { type: remove, path: /autoware/localization/sensor_fusion_status } - - { type: remove, path: /autoware/localization/topic_rate_check/pose_twist_fusion } - - { type: remove, path: /autoware/perception/topic_rate_check/pointcloud } +# edits: +# - { type: remove, path: /autoware/map/topic_rate_check/pointcloud_map } +# - { type: remove, path: /autoware/localization/scan_matching_status } +# - { type: remove, path: /autoware/localization/accuracy } +# - { type: remove, path: /autoware/localization/sensor_fusion_status } +# - { type: remove, path: /autoware/localization/topic_rate_check/pose_twist_fusion } +# - { type: remove, path: /autoware/perception/topic_rate_check/pointcloud } diff --git a/autoware_launch/launch/planning_simulator.launch.xml b/autoware_launch/launch/planning_simulator.launch.xml index 3aba78c292..b4a4178d00 100644 --- a/autoware_launch/launch/planning_simulator.launch.xml +++ b/autoware_launch/launch/planning_simulator.launch.xml @@ -18,7 +18,7 @@ - + @@ -68,7 +68,7 @@ - + From 3147f3f881e335148219251eecb043f709c0bdf0 Mon Sep 17 00:00:00 2001 From: Yuki Takagi Date: Wed, 13 Nov 2024 17:12:43 +0900 Subject: [PATCH 2/2] delete unused files Signed-off-by: Yuki Takagi --- .../diagnostic_graph_aggregator/autoware-psim.yaml | 2 -- .../system_diagnostic_monitor/autoware-psim.yaml | 10 ---------- 2 files changed, 12 deletions(-) delete mode 100644 autoware_launch/config/system/diagnostic_graph_aggregator/autoware-psim.yaml delete mode 100644 autoware_launch/config/system/system_diagnostic_monitor/autoware-psim.yaml diff --git a/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-psim.yaml b/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-psim.yaml deleted file mode 100644 index c5a8f8fec2..0000000000 --- a/autoware_launch/config/system/diagnostic_graph_aggregator/autoware-psim.yaml +++ /dev/null @@ -1,2 +0,0 @@ -# files: -# - { path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-psim.yaml } diff --git a/autoware_launch/config/system/system_diagnostic_monitor/autoware-psim.yaml b/autoware_launch/config/system/system_diagnostic_monitor/autoware-psim.yaml deleted file mode 100644 index a82fdf2978..0000000000 --- a/autoware_launch/config/system/system_diagnostic_monitor/autoware-psim.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# files: -# - { path: $(dirname)/autoware-main.yaml } - -# edits: -# - { type: remove, path: /autoware/map/topic_rate_check/pointcloud_map } -# - { type: remove, path: /autoware/localization/scan_matching_status } -# - { type: remove, path: /autoware/localization/accuracy } -# - { type: remove, path: /autoware/localization/sensor_fusion_status } -# - { type: remove, path: /autoware/localization/topic_rate_check/pose_twist_fusion } -# - { type: remove, path: /autoware/perception/topic_rate_check/pointcloud }