Skip to content

Commit

Permalink
chore(diagnostic_graph_aggregator): add slip detection (autowarefound…
Browse files Browse the repository at this point in the history
…ation#596)

Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo authored Mar 22, 2024
1 parent f4d9429 commit 4ab9e7a
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ nodes:
- { type: link, link: /control/004-lane_departure-error }
- { type: link, link: /control/005-trajectory_deviation-error }
- { type: link, link: /control/010-max_distance_deviation-error }
- { type: link, link: /control/011-slip_detection }

- path: /control/comfortable_stop
type: and
Expand Down Expand Up @@ -91,6 +92,6 @@ nodes:
diag: "control_validator: control_validation_max_distance_deviation"
type: diag

# - path: /control/011-slip_detection
# diag: "slip_detection: "
# type: diag
- path: /control/011-slip_detection
diag: "slip_detector: slip_status"
type: diag

0 comments on commit 4ab9e7a

Please sign in to comment.