Skip to content

Commit

Permalink
chore: add vehicle_stuck_checker as emergency stop MRM (#654)
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 3aacc89 commit 9a06fef
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: /others/002-blockage_validation-error }
- { type: link, link: /others/004-concat_status }
- { type: link, link: /others/005-visibility_validation-error }
- { type: link, link: /others/012-vehicle_stuck_checker }

- path: /others/comfortable_stop
type: and
Expand Down Expand Up @@ -126,3 +127,8 @@ nodes:
diag: "daytime_monitor: daytime_status"
type: diag
timeout: 3.0

- path: /others/012-vehicle_stuck_checker
diag: "vehicle_stuck_checker: vehicle_stuck_check"
type: diag
timeout: 3.0

0 comments on commit 9a06fef

Please sign in to comment.