Skip to content

Commit

Permalink
Merge pull request autowarefoundation#703 from tier4/feat/dummy-diag-…
Browse files Browse the repository at this point in the history
…publisher

feat: dummy diag publisher
  • Loading branch information
saka1-s authored Jul 17, 2024
2 parents 6f72857 + a8d926f commit f71dcce
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"topic_state_monitor_transform_map_to_base_link: localization_topic_status": default

## /localization/003-matching_score
ndt_scan_matcher: default
"ndt_scan_matcher: scan_matching_status": default

## /localization/004-accuracy
"localization: localization_error_monitor": default
Expand Down
54 changes: 27 additions & 27 deletions autoware_launch/config/system/system_diagnostic_monitor/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ units:

- path: /system/pull_over
type: and
# list:
# - { type: link, link: /system/005-fms_connection-error }
list:
- { type: link, link: /system/005-fms_connection-error }

# - path: /system/none
# type: and
# list:
# - { type: link, link: /system/003-bagpacker_status }
# - { type: link, link: /system/004-bagpacker_disk_space }
- path: /system/none
type: and
list:
- { type: link, link: /system/003-bagpacker_status }
- { type: link, link: /system/004-bagpacker_disk_space }

- path: /system/001-topic_status-error
type: warn-to-ok
Expand All @@ -52,11 +52,11 @@ units:
type: link
link: /system/002-emergency_stop_operation

# - path: /system/005-fms_connection-error
# type: warn-to-ok
# item:
# type: link
# link: /system/005-fms_connection
- path: /system/005-fms_connection-error
type: warn-to-ok
item:
type: link
link: /system/005-fms_connection

- path: /system/001-topic_status
type: diag
Expand All @@ -70,20 +70,20 @@ units:
name: emergency_stop_operation
timeout: 1.0

# - path: /system/003-bagpacker_status
# type: diag
# node: system
# name: rosbag_status
# timeout: 3.0
- path: /system/003-bagpacker_status
type: diag
node: ""
name: rosbag_status
timeout: 3.0

# - path: /system/004-bagpacker_disk_space
# type: diag
# node: system
# name: disk_status
# timeout: 3.0
- path: /system/004-bagpacker_disk_space
type: diag
node: ""
name: disk_status
timeout: 3.0

# - path: /system/005-fms_connection
# type: diag
# node: system
# name: edge_core_internet_connection
# timeout: 10.0
- path: /system/005-fms_connection
type: diag
node: ""
name: edge_core_internet_connection
timeout: 10.0
2 changes: 1 addition & 1 deletion autoware_launch/launch/planning_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<arg name="system_run_mode" value="planning_simulation"/>
<arg name="launch_system_monitor" value="$(var launch_system_monitor)"/>
<arg name="launch_dummy_diag_publisher" value="$(var launch_dummy_diag_publisher)"/>
<arg name="diagnostic_graph_aggregator_graph_path" value="$(find-pkg-share autoware_launch)/config/system/diagnostic_graph_aggregator/autoware-psim.yaml"/>
<arg name="diagnostic_graph_aggregator_graph_path" value="$(find-pkg-share autoware_launch)/config/system/diagnostic_graph_aggregator/autoware-main.yaml"/>
<!-- Map -->
<arg name="lanelet2_map_file" value="$(var lanelet2_map_file)"/>
<arg name="pointcloud_map_file" value="$(var pointcloud_map_file)"/>
Expand Down

0 comments on commit f71dcce

Please sign in to comment.