Skip to content

Commit

Permalink
chore(diagnostic_graph_aggregator): add slip detection (#596)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo authored and saka1-s committed Jun 25, 2024
1 parent 70368b5 commit 63f6331
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 63f6331

Please sign in to comment.