@@ -25,13 +25,15 @@ units:
25
25
list :
26
26
- { type: link, link: /control/001-topic_status/control_command-error }
27
27
- { type: link, link: /control/004-lane_departure-error }
28
- - { type: link, link: /control/005-trajectory_deviation-error }
29
28
- { type: link, link: /control/009-aeb_emergency_stop }
30
29
# - { type: link, link: /control/010-max_distance_deviation-error }
31
30
# - { type: link, link: /control/011-slip_detection }
32
31
- { type: link, link: /control/collision_detector }
32
+ # - { type: link, link: /control/acceleration_error }
33
33
- { type: link, link: /control/rolling_back }
34
34
- { type: link, link: /control/over_velocity }
35
+ - { type: link, link: /control/overrun_stop_point }
36
+ - { type: link, link: /control/will_overrun_stop_point }
35
37
36
38
- path : /control/comfortable_stop
37
39
type : and
@@ -59,12 +61,6 @@ units:
59
61
type : link
60
62
link : /control/004-lane_departure
61
63
62
- - path : /control/005-trajectory_deviation-error
63
- type : warn-to-ok
64
- item :
65
- type : link
66
- link : /control/005-trajectory_deviation
67
-
68
64
- path : /control/010-max_distance_deviation-error
69
65
type : warn-to-ok
70
66
item :
@@ -89,12 +85,6 @@ units:
89
85
name : lane_departure
90
86
timeout : 1.0
91
87
92
- - path : /control/005-trajectory_deviation
93
- type : diag
94
- node : lane_departure_checker_node
95
- name : trajectory_deviation
96
- timeout : 1.0
97
-
98
88
- path : /control/007-external_command_converter_heartbeat
99
89
type : diag
100
90
node : external_cmd_converter
@@ -130,6 +120,11 @@ units:
130
120
node : collision_detector
131
121
name : collision_detect
132
122
123
+ - path : /control/acceleration_error
124
+ type : diag
125
+ node : control_validator
126
+ name : control_validation_acceleration_error
127
+
133
128
- path : /control/rolling_back
134
129
type : diag
135
130
node : control_validator
@@ -139,3 +134,13 @@ units:
139
134
type : diag
140
135
node : control_validator
141
136
name : control_validation_over_velocity
137
+
138
+ - path : /control/overrun_stop_point
139
+ type : diag
140
+ node : control_validator
141
+ name : control_validation_overrun_stop_point
142
+
143
+ - path : /control/will_overrun_stop_point
144
+ type : diag
145
+ node : control_validator
146
+ name : control_validation_will_overrun_stop_point
0 commit comments