File tree 1 file changed +17
-0
lines changed
autoware_launch/config/system/diagnostics
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ units:
24
24
- { type: link, link: /autoware/planning/trajectory_validation/steering_rate }
25
25
- { type: link, link: /autoware/planning/trajectory_validation/velocity_deviation }
26
26
27
+ - path : /planning/emergency_stop
28
+ type : and
29
+ list :
30
+ - { type: link, link: /planning/path_optimizer_emergency_stop-error }
31
+
27
32
- path : /autoware/planning/routing/state
28
33
type : diag
29
34
node : component_state_diagnostics
@@ -88,3 +93,15 @@ units:
88
93
type : diag
89
94
node : planning_validator
90
95
name : trajectory_validation_velocity_deviation
96
+
97
+ - path : /planning/path_optimizer_emergency_stop-error
98
+ type : warn-to-ok
99
+ item :
100
+ type : link
101
+ link : /planning/path_optimizer_emergency_stop
102
+
103
+ - path : /planning/path_optimizer_emergency_stop
104
+ type : diag
105
+ node : path_optimizer
106
+ name : path_optimizer_emergency_stop
107
+ timeout : 1.0
You can’t perform that action at this time.
0 commit comments