|
1 | 1 | files:
|
2 |
| - - { package: system_diagnostic_graph, path: example/example_1.yaml } |
3 |
| - - { package: system_diagnostic_graph, path: example/example_2.yaml } |
| 2 | + - { path: $(find-pkg-share system_diagnostic_graph)/example/example_1.yaml } |
| 3 | + - { path: $(find-pkg-share system_diagnostic_graph)/example/example_2.yaml } |
4 | 4 |
|
5 | 5 | nodes:
|
6 | 6 | - path: /autoware/modes/stop
|
7 |
| - type: debug-ok |
| 7 | + type: ok |
8 | 8 |
|
9 | 9 | - path: /autoware/modes/autonomous
|
10 | 10 | type: and
|
11 | 11 | list:
|
12 |
| - - { type: link, path: /functions/pose_estimation } |
13 |
| - - { type: link, path: /functions/obstacle_detection } |
| 12 | + - { type: link, link: /functions/pose_estimation } |
| 13 | + - { type: link, link: /functions/obstacle_detection } |
14 | 14 |
|
15 | 15 | - path: /autoware/modes/local
|
16 | 16 | type: and
|
17 | 17 | list:
|
18 |
| - - { type: link, path: /external/joystick_command } |
| 18 | + - { type: link, link: /external/joystick_command } |
19 | 19 |
|
20 | 20 | - path: /autoware/modes/remote
|
21 | 21 | type: and
|
22 | 22 | list:
|
23 |
| - - { type: link, path: /external/remote_command } |
| 23 | + - { type: link, link: /external/remote_command } |
24 | 24 |
|
25 | 25 | - path: /autoware/modes/emergency-stop
|
26 |
| - type: debug-ok |
| 26 | + type: ok |
27 | 27 |
|
28 | 28 | - path: /autoware/modes/comfortable-stop
|
29 |
| - type: debug-ok |
| 29 | + type: and |
| 30 | + list: |
| 31 | + - { type: link, link: /functions/obstacle_detection } |
30 | 32 |
|
31 | 33 | - path: /autoware/modes/pull-over
|
32 |
| - type: debug-ok |
| 34 | + type: and |
| 35 | + list: |
| 36 | + - { type: link, link: /functions/pose_estimation } |
| 37 | + - { type: link, link: /functions/obstacle_detection } |
0 commit comments