From 2269c49ebd43e9dc0970d2e30b69dff14677f940 Mon Sep 17 00:00:00 2001 From: Yuki TAKAGI <141538661+yuki-takagi-66@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:12:05 +0900 Subject: [PATCH] chore(system_diagnostic_monitor): sort paths (#1230) Signed-off-by: Yuki Takagi --- .../autoware-main.yaml | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/autoware_launch/config/system/system_diagnostic_monitor/autoware-main.yaml b/autoware_launch/config/system/system_diagnostic_monitor/autoware-main.yaml index 30b6ce9bad..fbbfe384f2 100644 --- a/autoware_launch/config/system/system_diagnostic_monitor/autoware-main.yaml +++ b/autoware_launch/config/system/system_diagnostic_monitor/autoware-main.yaml @@ -1,27 +1,13 @@ files: - - { path: $(dirname)/map.yaml } + - { path: $(dirname)/control.yaml } - { path: $(dirname)/localization.yaml } - - { path: $(dirname)/planning.yaml } + - { path: $(dirname)/map.yaml } - { path: $(dirname)/perception.yaml } - - { path: $(dirname)/control.yaml } - - { path: $(dirname)/vehicle.yaml } + - { path: $(dirname)/planning.yaml } - { path: $(dirname)/system.yaml } + - { path: $(dirname)/vehicle.yaml } units: - - path: /autoware/modes/stop - type: ok - - - path: /autoware/modes/autonomous - type: and - list: - - { type: link, link: /autoware/map } - - { type: link, link: /autoware/localization } - - { type: link, link: /autoware/planning } - - { type: link, link: /autoware/perception } - - { type: link, link: /autoware/control } - - { type: link, link: /autoware/vehicle } - - { type: link, link: /autoware/system } - - path: /autoware/modes/local type: and list: @@ -36,13 +22,21 @@ units: - { type: link, link: /autoware/system } - { type: link, link: /autoware/control/remote } - - path: /autoware/modes/emergency_stop + - path: /autoware/modes/stop + type: ok + + - path: /autoware/modes/autonomous type: and list: + - { type: link, link: /autoware/map } + - { type: link, link: /autoware/localization } + - { type: link, link: /autoware/planning } + - { type: link, link: /autoware/perception } + - { type: link, link: /autoware/control } - { type: link, link: /autoware/vehicle } - { type: link, link: /autoware/system } - - path: /autoware/modes/comfortable_stop + - path: /autoware/modes/pull_over type: and list: - { type: link, link: /autoware/map } @@ -53,7 +47,7 @@ units: - { type: link, link: /autoware/vehicle } - { type: link, link: /autoware/system } - - path: /autoware/modes/pull_over + - path: /autoware/modes/comfortable_stop type: and list: - { type: link, link: /autoware/map } @@ -64,6 +58,12 @@ units: - { type: link, link: /autoware/vehicle } - { type: link, link: /autoware/system } + - path: /autoware/modes/emergency_stop + type: and + list: + - { type: link, link: /autoware/vehicle } + - { type: link, link: /autoware/system } + - path: /autoware/debug/tools type: and list: