Skip to content

Commit

Permalink
[jsk_fetch_startup] Add diagnostics aggregator targets
Browse files Browse the repository at this point in the history
  • Loading branch information
708yamaguchi committed May 24, 2022
1 parent 1a2d4e4 commit 89fccf1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions jsk_fetch_robot/jsk_fetch_startup/config/fetch_analyzers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,35 @@ analyzers:
type: diagnostic_aggregator/GenericAnalyzer
path: CPU Usage
startswith: 'my_machine CPU Usage'
topics:
type: diagnostic_aggregator/AnalyzerGroup
path: Topics
analyzers:
audio:
type: diagnostic_aggregator/GenericAnalyzer
path: Audio
contains: '/audio'
timeout: 100
discard_stale: true
head_depth_image:
type: diagnostic_aggregator/GenericAnalyzer
path: HeadDepthImage
contains: '/head_camera/depth/image_raw'
timeout: 100
discard_stale: true
head_rgb_image:
type: diagnostic_aggregator/GenericAnalyzer
path: HeadRGBImage
contains: '/head_camera/rgb/image_raw'
timeout: 100
discard_stale: true
nodes:
type: diagnostic_aggregator/AnalyzerGroup
path: Nodes
analyzers:
head_camera_manager:
type: diagnostic_aggregator/GenericAnalyzer
path: HeadCameraManager
contains: '/head_camera/head_camera_nodelet_manager'
timeout: 100
discard_stale: true

0 comments on commit 89fccf1

Please sign in to comment.