diff --git a/jsk_fetch_robot/jsk_fetch_startup/config/fetch_analyzers.yaml b/jsk_fetch_robot/jsk_fetch_startup/config/fetch_analyzers.yaml
index 5ccf32d376..f4847a4cba 100644
--- a/jsk_fetch_robot/jsk_fetch_startup/config/fetch_analyzers.yaml
+++ b/jsk_fetch_robot/jsk_fetch_startup/config/fetch_analyzers.yaml
@@ -119,7 +119,7 @@ analyzers:
joy:
type: diagnostic_aggregator/GenericAnalyzer
path: PS3 Controller
- find_and_remove_prefix: "joy:"
+ find_and_remove_prefix: "jsk_joy_node:"
system:
type: diagnostic_aggregator/AnalyzerGroup
path: System
@@ -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
diff --git a/jsk_fetch_robot/jsk_fetch_startup/config/sanity_targets.yaml b/jsk_fetch_robot/jsk_fetch_startup/config/sanity_targets.yaml
new file mode 100644
index 0000000000..b320c32222
--- /dev/null
+++ b/jsk_fetch_robot/jsk_fetch_startup/config/sanity_targets.yaml
@@ -0,0 +1,7 @@
+topics:
+ - /audio
+ - /head_camera/depth/image_raw
+ - /head_camera/rgb/image_raw
+
+nodes:
+ - /head_camera/head_camera_nodelet_manager
diff --git a/jsk_fetch_robot/jsk_fetch_startup/config/test_device_topics.yaml b/jsk_fetch_robot/jsk_fetch_startup/config/test_device_topics.yaml
deleted file mode 100644
index 3ff93202dc..0000000000
--- a/jsk_fetch_robot/jsk_fetch_startup/config/test_device_topics.yaml
+++ /dev/null
@@ -1,32 +0,0 @@
-topic_0: /audio
-timeout_0: 10
-
-topic_1: /base_scan
-timeout_1: 10
-
-topic_2: /battery_state
-timeout_2: 10
-
-topic_3: /edgetpu_human_pose_estimator/output/image
-timeout_3: 10
-
-topic_4: /edgetpu_object_detector/output/image
-timeout_4: 10
-
-topic_5: /gripper/imu
-timeout_5: 10
-
-topic_6: /head_camera/depth/image_raw
-timeout_6: 10
-
-topic_7: /head_camera/rgb/image_raw
-timeout_7: 10
-
-topic_8: /imu
-timeout_8: 10
-
-topic_9: /insta360/image_raw
-timeout_9: 10
-
-topic_10: /tf
-timeout_10: 10
diff --git a/jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch b/jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch
index 08f3d294a2..bd0ad5f7bd 100644
--- a/jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch
+++ b/jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch
@@ -291,4 +291,12 @@
+
+
+
+
+ duration: 60
+
+
+
diff --git a/jsk_fetch_robot/jsk_fetch_startup/launch/fetch_test_topics.launch b/jsk_fetch_robot/jsk_fetch_startup/launch/fetch_test_topics.launch
deleted file mode 100644
index 9bdc036369..0000000000
--- a/jsk_fetch_robot/jsk_fetch_startup/launch/fetch_test_topics.launch
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-