Skip to content

Commit 9ee375f

Browse files
authored
fix(diagnostic_graph_aggregator): emergency from sensing and hardware when using psim (autowarefoundation#993)
* sync diagnostic_graph_aggregator configs, remove sensing and harware from monitoring list Signed-off-by: Ericpotato <zhanhong.yan@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ericpotato <zhanhong.yan@tier4.jp> Co-authored-by: Ericpotato <Ericpotato@users.noreply.github.com>
1 parent 3ae3d24 commit 9ee375f

File tree

3 files changed

+71
-8
lines changed

3 files changed

+71
-8
lines changed

autoware_launch/config/system/diagnostic_graph_aggregator/autoware-awsim.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ files:
33

44
edits:
55
- { type: remove, path: /autoware/system/duplicated_node_checker }
6+
- { type: remove, path: /autoware/control/emergency_braking }

autoware_launch/config/system/diagnostic_graph_aggregator/autoware-main.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,6 @@ units:
7373
type: and
7474
list:
7575
- { type: link, link: /autoware/system/service_log_checker }
76+
77+
edits:
78+
- { type: remove, path: /autoware/control/emergency_braking }
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,70 @@
11
files:
2-
# prettier-ignore
3-
- { path: $(find-pkg-share autoware_launch)/config/system/diagnostic_graph_aggregator/autoware-main.yaml }
2+
- { path: $(dirname)/map.yaml }
3+
- { path: $(dirname)/localization.yaml }
4+
- { path: $(dirname)/planning.yaml }
5+
- { path: $(dirname)/perception.yaml }
6+
- { path: $(dirname)/control.yaml }
7+
- { path: $(dirname)/vehicle.yaml }
8+
- { path: $(dirname)/system.yaml }
9+
10+
units:
11+
- path: /autoware/modes/stop
12+
type: ok
13+
14+
- path: /autoware/modes/autonomous
15+
type: and
16+
list:
17+
- { type: link, link: /autoware/map }
18+
- { type: link, link: /autoware/localization }
19+
- { type: link, link: /autoware/planning }
20+
- { type: link, link: /autoware/perception }
21+
- { type: link, link: /autoware/control }
22+
- { type: link, link: /autoware/vehicle }
23+
- { type: link, link: /autoware/system }
24+
25+
- path: /autoware/modes/local
26+
type: and
27+
list:
28+
- { type: link, link: /autoware/vehicle }
29+
- { type: link, link: /autoware/system }
30+
- { type: link, link: /autoware/control/local }
31+
32+
- path: /autoware/modes/remote
33+
type: and
34+
list:
35+
- { type: link, link: /autoware/vehicle }
36+
- { type: link, link: /autoware/system }
37+
- { type: link, link: /autoware/control/remote }
38+
39+
- path: /autoware/modes/emergency_stop
40+
type: ok
41+
42+
- path: /autoware/modes/comfortable_stop
43+
type: and
44+
list:
45+
- { type: link, link: /autoware/map }
46+
- { type: link, link: /autoware/localization }
47+
- { type: link, link: /autoware/planning }
48+
- { type: link, link: /autoware/perception }
49+
- { type: link, link: /autoware/control }
50+
- { type: link, link: /autoware/vehicle }
51+
- { type: link, link: /autoware/system }
52+
53+
- path: /autoware/modes/pull_over
54+
type: and
55+
list:
56+
- { type: link, link: /autoware/map }
57+
- { type: link, link: /autoware/localization }
58+
- { type: link, link: /autoware/planning }
59+
- { type: link, link: /autoware/perception }
60+
- { type: link, link: /autoware/control }
61+
- { type: link, link: /autoware/vehicle }
62+
- { type: link, link: /autoware/system }
63+
64+
- path: /autoware/debug/tools
65+
type: and
66+
list:
67+
- { type: link, link: /autoware/system/service_log_checker }
468

569
edits:
670
- { type: remove, path: /autoware/map/topic_rate_check/pointcloud_map }
@@ -9,9 +73,4 @@ edits:
973
- { type: remove, path: /autoware/localization/sensor_fusion_status }
1074
- { type: remove, path: /autoware/localization/topic_rate_check/pose_twist_fusion }
1175
- { type: remove, path: /autoware/perception/topic_rate_check/pointcloud }
12-
- { type: remove, path: /autoware/hardware/autonomous_available }
13-
- { type: remove, path: /autoware/hardware/pull_over_available }
14-
- { type: remove, path: /autoware/hardware/comfortable_stop_available }
15-
- { type: remove, path: /autoware/sensing/autonomous_available }
16-
- { type: remove, path: /autoware/sensing/pull_over_available }
17-
- { type: remove, path: /autoware/sensing/comfortable_stop_available }
76+
- { type: remove, path: /autoware/control/emergency_braking }

0 commit comments

Comments
 (0)