Skip to content

Commit 77a667b

Browse files
Diagnostic config change for MRM
Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp>
1 parent fdba739 commit 77a667b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

autoware_launch/config/system/tier4_diagnostics/planning.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ units:
3636
- { type: link, link: /planning/011-trajectory_steering_rate_validation-error }
3737
- { type: link, link: /planning/012-trajectory_velocity_deviation_validation-error }
3838
# - { type: link, link: /planning/013-collision_checker-error }
39+
- { type: link, link: /planning/014-path_optimizer_emergency_stop-error }
3940

4041
- path: /planning/comfortable_stop
4142
type: and
@@ -124,6 +125,13 @@ units:
124125
type: link
125126
link: /planning/013-collision_checker
126127

128+
- path: /planning/014-path_optimizer_emergency_stop-error
129+
type: warn-to-ok
130+
item:
131+
type: link
132+
link: /planning/014-path_optimizer_emergency_stop
133+
134+
127135
- path: /planning/001-topic_status/route
128136
type: diag
129137
node: topic_state_monitor_mission_planning_route
@@ -201,3 +209,10 @@ units:
201209
node: collision_checker
202210
name: collision_check
203211
timeout: 1.0
212+
213+
- path: /planning/014-path_optimizer_emergency_stop
214+
type: diag
215+
node: path_optimizer
216+
name: path_optimizer_emergency_stop
217+
timeout: 1.0
218+

0 commit comments

Comments
 (0)