Skip to content

Commit

Permalink
chore(diagnostic_graph_aggregator): enable emergency stop diag on pla… (
Browse files Browse the repository at this point in the history
autowarefoundation#630)

chore(diagnostic_graph_aggregator): enable emergency stop diag on planning simulator

Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo authored Apr 16, 2024
1 parent 0cefc36 commit 78d8372
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@ files:
- { path: $(dirname)/map.yaml }
- { path: $(dirname)/planning.yaml }
- { path: $(dirname)/control.yaml }
- { path: $(dirname)/system.yaml }

# Exclude paths that does not need on planning simulator
edits:
- path: /map/001-topic_status/pointcloud_map-error
type: remove
- path: /map/001-topic_status/pointcloud_map
type: remove
- path: /system/003-bagpacker_status
type: remove
- path: /system/004-bagpacker_disk_space
type: remove
- path: /system/005-fms_connection
type: remove
- path: /system/005-fms_connection-error
type: remove

nodes:
- path: /autoware/modes/local
Expand All @@ -27,20 +36,23 @@ nodes:
- { type: link, link: /map/autonomous_available }
- { type: link, link: /planning/autonomous_available }
- { type: link, link: /control/autonomous_available }
- { type: link, link: /system/autonomous_available }

- path: /autoware/modes/pull_over
type: and
list:
- { type: link, link: /map/pull_over_available }
- { type: link, link: /planning/pull_over_available }
- { type: link, link: /control/pull_over_available }
- { type: link, link: /system/pull_over_available }

- path: /autoware/modes/comfortable_stop
type: and
list:
- { type: link, link: /map/comfortable_stop_available }
- { type: link, link: /planning/comfortable_stop_available }
- { type: link, link: /control/comfortable_stop_available }
- { type: link, link: /system/comfortable_stop_available }

# Emergency stop is always available
- path: /autoware/modes/emergency_stop
Expand Down

0 comments on commit 78d8372

Please sign in to comment.