File tree Expand file tree Collapse file tree 4 files changed +22
-15
lines changed
diagnostic_graph_aggregator
system_diagnostic_monitor Expand file tree Collapse file tree 4 files changed +22
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 14
14
/** :
15
15
ros__parameters :
16
16
required_diags :
17
- dummy_diag_empty : default
17
+ # map
18
+ # # /autoware/map/topic_rate_check/pointcloud_map
19
+ " topic_state_monitor_pointcloud_map: map_topic_status " : default
20
+
21
+ # localization
22
+ # # /autoware/localization/scan_matching_status
23
+ " ndt_scan_matcher: scan_matching_status " : default
24
+
25
+ # # /autoware/localization/accuracy
26
+ " localization_error_monitor: ellipse_error_status " : default
27
+
28
+ # # /autoware/localization/sensor_fusion_status
29
+ " localization: ekf_localizer " : default
30
+
31
+ # # /autoware/localization/topic_rate_check/pose_twist_fusion
32
+ " topic_state_monitor_pose_twist_fusion_filter_pose: localization_topic_status " : default
33
+
34
+ # perception
35
+ # # /autoware/perception/topic_rate_check/pointcloud
36
+ " topic_state_monitor_obstacle_segmentation_pointcloud: perception_topic_status " : default
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 18
18
<!-- System -->
19
19
<arg name =" launch_dummy_doors" default =" true" description =" launch dummy doors simulation" />
20
20
<arg name =" launch_system_monitor" default =" false" description =" launch system monitor" />
21
- <arg name =" launch_dummy_diag_publisher" default =" false " description =" launch dummy diag publisher" />
21
+ <arg name =" launch_dummy_diag_publisher" default =" true " description =" launch dummy diag publisher" />
22
22
<!-- Scenario simulation -->
23
23
<arg name =" initial_engage_state" default =" true" description =" /vehicle/engage state after starting Autoware" />
24
24
<arg name =" perception/enable_detection_failure" default =" true" description =" enable to simulate detection failure when using dummy perception" />
68
68
<arg name =" system_run_mode" value =" planning_simulation" />
69
69
<arg name =" launch_system_monitor" value =" $(var launch_system_monitor)" />
70
70
<arg name =" launch_dummy_diag_publisher" value =" $(var launch_dummy_diag_publisher)" />
71
- <arg name =" diagnostic_graph_aggregator_graph_path" value =" $(find-pkg-share autoware_launch)/config/system/diagnostic_graph_aggregator/autoware-psim .yaml" />
71
+ <arg name =" diagnostic_graph_aggregator_graph_path" value =" $(find-pkg-share autoware_launch)/config/system/diagnostic_graph_aggregator/autoware-main .yaml" />
72
72
<!-- Map -->
73
73
<arg name =" lanelet2_map_file" value =" $(var lanelet2_map_file)" />
74
74
<arg name =" pointcloud_map_file" value =" $(var pointcloud_map_file)" />
You can’t perform that action at this time.
0 commit comments