Skip to content

Commit 6bd8859

Browse files
TomohitoAndosaka1-s
authored andcommitted
chore(diagnostic_graph_aggregator): add autonomous emergency braking (#609)
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
1 parent f61aebe commit 6bd8859

File tree

1 file changed

+6
-0
lines changed
  • autoware_launch/config/system/diagnostic_graph_aggregator

1 file changed

+6
-0
lines changed

autoware_launch/config/system/diagnostic_graph_aggregator/control.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ nodes:
2626
- { type: link, link: /control/001-topic_status/control_command-error }
2727
- { type: link, link: /control/004-lane_departure-error }
2828
- { type: link, link: /control/005-trajectory_deviation-error }
29+
- { type: link, link: /control/009-aeb_emergency_stop }
2930
- { type: link, link: /control/010-max_distance_deviation-error }
3031
- { type: link, link: /control/011-slip_detection }
3132

@@ -94,6 +95,11 @@ nodes:
9495
type: diag
9596
timeout: 1.0
9697

98+
- path: /control/009-aeb_emergency_stop
99+
diag: "autonomous_emergency_braking: aeb_emergency_stop"
100+
type: diag
101+
timeout: 1.0
102+
97103
- path: /control/010-max_distance_deviation
98104
diag: "control_validator: control_validation_max_distance_deviation"
99105
type: diag

0 commit comments

Comments
 (0)