Skip to content

Commit 6a82bd9

Browse files
removed unnecessary changes
Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp>
1 parent 81e1558 commit 6a82bd9

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

autoware_launch/config/system/diagnostics/autoware-main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ units:
6161
- path: /autoware/modes/emergency_stop
6262
type: and
6363
list:
64-
- { type: link, link: /autoware/planning }
65-
- { type: link, link: /autoware/system }
6664
- { type: link, link: /autoware/vehicle }
65+
- { type: link, link: /autoware/system }
66+
- { type: link, link: /autoware/planning }
6767

6868
- path: /autoware/debug/tools
6969
type: and

autoware_launch/config/system/diagnostics/planning.yaml

+2-7
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ units:
88
list:
99
- { type: link, link: /autoware/planning/topic_rate_check/route }
1010
- { type: link, link: /autoware/planning/topic_rate_check/trajectory }
11-
- { type: link, link: /autoware/planning/trajectory_validation } # This line references the path defined below for /autoware/planning/trajectory_validation
12-
- { type: link, link: /autoware/planning/emergency_stop } # This line references the path defined below for /autoware/planning/emergency_stop
11+
- { type: link, link: /autoware/planning/trajectory_validation }
12+
- { type: link, link: /autoware/planning/emergency_stop }
1313

1414
- path: /autoware/planning/trajectory_validation
1515
type: and
@@ -25,11 +25,6 @@ units:
2525
- { type: link, link: /autoware/planning/trajectory_validation/steering_rate }
2626
- { type: link, link: /autoware/planning/trajectory_validation/velocity_deviation }
2727

28-
- path: /autoware/planning/emergency_stop
29-
type: and
30-
list:
31-
- { type: link, link: /planning/path_optimizer_emergency_stop-error }
32-
3328
- path: /autoware/planning/routing/state
3429
type: diag
3530
node: component_state_diagnostics

0 commit comments

Comments
 (0)