Skip to content

Commit

Permalink
chore(diagnostic_graph_aggregator): add autonomous emergency braking (#…
Browse files Browse the repository at this point in the history
…609)

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
  • Loading branch information
TomohitoAndo authored and saka1-s committed Jun 25, 2024
1 parent f61aebe commit 6bd8859
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ nodes:
- { type: link, link: /control/001-topic_status/control_command-error }
- { type: link, link: /control/004-lane_departure-error }
- { type: link, link: /control/005-trajectory_deviation-error }
- { type: link, link: /control/009-aeb_emergency_stop }
- { type: link, link: /control/010-max_distance_deviation-error }
- { type: link, link: /control/011-slip_detection }

Expand Down Expand Up @@ -94,6 +95,11 @@ nodes:
type: diag
timeout: 1.0

- path: /control/009-aeb_emergency_stop
diag: "autonomous_emergency_braking: aeb_emergency_stop"
type: diag
timeout: 1.0

- path: /control/010-max_distance_deviation
diag: "control_validator: control_validation_max_distance_deviation"
type: diag
Expand Down

0 comments on commit 6bd8859

Please sign in to comment.