|
1 | 1 | files:
|
2 |
| - # prettier-ignore |
3 |
| - - { path: $(find-pkg-share autoware_launch)/config/system/diagnostic_graph_aggregator/autoware-main.yaml } |
| 2 | + - { path: $(dirname)/map.yaml } |
| 3 | + - { path: $(dirname)/localization.yaml } |
| 4 | + - { path: $(dirname)/planning.yaml } |
| 5 | + - { path: $(dirname)/perception.yaml } |
| 6 | + - { path: $(dirname)/control.yaml } |
| 7 | + - { path: $(dirname)/vehicle.yaml } |
| 8 | + - { path: $(dirname)/system.yaml } |
| 9 | + |
| 10 | +units: |
| 11 | + - path: /autoware/modes/stop |
| 12 | + type: ok |
| 13 | + |
| 14 | + - path: /autoware/modes/autonomous |
| 15 | + type: and |
| 16 | + list: |
| 17 | + - { type: link, link: /autoware/map } |
| 18 | + - { type: link, link: /autoware/localization } |
| 19 | + - { type: link, link: /autoware/planning } |
| 20 | + - { type: link, link: /autoware/perception } |
| 21 | + - { type: link, link: /autoware/control } |
| 22 | + - { type: link, link: /autoware/vehicle } |
| 23 | + - { type: link, link: /autoware/system } |
| 24 | + |
| 25 | + - path: /autoware/modes/local |
| 26 | + type: and |
| 27 | + list: |
| 28 | + - { type: link, link: /autoware/vehicle } |
| 29 | + - { type: link, link: /autoware/system } |
| 30 | + - { type: link, link: /autoware/control/local } |
| 31 | + |
| 32 | + - path: /autoware/modes/remote |
| 33 | + type: and |
| 34 | + list: |
| 35 | + - { type: link, link: /autoware/vehicle } |
| 36 | + - { type: link, link: /autoware/system } |
| 37 | + - { type: link, link: /autoware/control/remote } |
| 38 | + |
| 39 | + - path: /autoware/modes/emergency_stop |
| 40 | + type: ok |
| 41 | + |
| 42 | + - path: /autoware/modes/comfortable_stop |
| 43 | + type: and |
| 44 | + list: |
| 45 | + - { type: link, link: /autoware/map } |
| 46 | + - { type: link, link: /autoware/localization } |
| 47 | + - { type: link, link: /autoware/planning } |
| 48 | + - { type: link, link: /autoware/perception } |
| 49 | + - { type: link, link: /autoware/control } |
| 50 | + - { type: link, link: /autoware/vehicle } |
| 51 | + - { type: link, link: /autoware/system } |
| 52 | + |
| 53 | + - path: /autoware/modes/pull_over |
| 54 | + type: and |
| 55 | + list: |
| 56 | + - { type: link, link: /autoware/map } |
| 57 | + - { type: link, link: /autoware/localization } |
| 58 | + - { type: link, link: /autoware/planning } |
| 59 | + - { type: link, link: /autoware/perception } |
| 60 | + - { type: link, link: /autoware/control } |
| 61 | + - { type: link, link: /autoware/vehicle } |
| 62 | + - { type: link, link: /autoware/system } |
| 63 | + |
| 64 | + - path: /autoware/debug/tools |
| 65 | + type: and |
| 66 | + list: |
| 67 | + - { type: link, link: /autoware/system/service_log_checker } |
4 | 68 |
|
5 | 69 | edits:
|
6 | 70 | - { type: remove, path: /autoware/map/topic_rate_check/pointcloud_map }
|
|
9 | 73 | - { type: remove, path: /autoware/localization/sensor_fusion_status }
|
10 | 74 | - { type: remove, path: /autoware/localization/topic_rate_check/pose_twist_fusion }
|
11 | 75 | - { type: remove, path: /autoware/perception/topic_rate_check/pointcloud }
|
12 |
| - - { type: remove, path: /autoware/hardware/autonomous_available } |
13 |
| - - { type: remove, path: /autoware/hardware/pull_over_available } |
14 |
| - - { type: remove, path: /autoware/hardware/comfortable_stop_available } |
15 |
| - - { type: remove, path: /autoware/sensing/autonomous_available } |
16 |
| - - { type: remove, path: /autoware/sensing/pull_over_available } |
17 |
| - - { type: remove, path: /autoware/sensing/comfortable_stop_available } |
| 76 | + - { type: remove, path: /autoware/control/emergency_braking } |
0 commit comments