|
| 1 | +files: |
| 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: and |
| 41 | + list: |
| 42 | + - { type: link, link: /autoware/vehicle } |
| 43 | + - { type: link, link: /autoware/system } |
| 44 | + |
| 45 | + - path: /autoware/modes/comfortable_stop |
| 46 | + type: and |
| 47 | + list: |
| 48 | + - { type: link, link: /autoware/map } |
| 49 | + - { type: link, link: /autoware/localization } |
| 50 | + - { type: link, link: /autoware/planning } |
| 51 | + - { type: link, link: /autoware/perception } |
| 52 | + - { type: link, link: /autoware/control } |
| 53 | + - { type: link, link: /autoware/vehicle } |
| 54 | + - { type: link, link: /autoware/system } |
| 55 | + |
| 56 | + - path: /autoware/modes/pull_over |
| 57 | + type: and |
| 58 | + list: |
| 59 | + - { type: link, link: /autoware/map } |
| 60 | + - { type: link, link: /autoware/localization } |
| 61 | + - { type: link, link: /autoware/planning } |
| 62 | + - { type: link, link: /autoware/perception } |
| 63 | + - { type: link, link: /autoware/control } |
| 64 | + - { type: link, link: /autoware/vehicle } |
| 65 | + - { type: link, link: /autoware/system } |
| 66 | + |
| 67 | + - path: /autoware/debug/tools |
| 68 | + type: and |
| 69 | + list: |
| 70 | + - { type: link, link: /autoware/system/service_log_checker } |
0 commit comments