Skip to content

Commit 5af30a8

Browse files
MRM when MPT fails
Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp>
1 parent cf5d542 commit 5af30a8

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

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

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

6768
- path: /autoware/debug/tools
6869
type: and

autoware_launch/config/system/diagnostics/planning.yaml

+19-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +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 }
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
1213

1314
- path: /autoware/planning/trajectory_validation
1415
type: and
@@ -24,6 +25,11 @@ units:
2425
- { type: link, link: /autoware/planning/trajectory_validation/steering_rate }
2526
- { type: link, link: /autoware/planning/trajectory_validation/velocity_deviation }
2627

28+
- path: /autoware/planning/emergency_stop
29+
type: and
30+
list:
31+
- { type: link, link: /planning/path_optimizer_emergency_stop-error }
32+
2733
- path: /autoware/planning/routing/state
2834
type: diag
2935
node: component_state_diagnostics
@@ -88,3 +94,15 @@ units:
8894
type: diag
8995
node: planning_validator
9096
name: trajectory_validation_velocity_deviation
97+
98+
- path: /planning/path_optimizer_emergency_stop-error
99+
type: warn-to-ok
100+
item:
101+
type: link
102+
link: /planning/path_optimizer_emergency_stop
103+
104+
- path: /planning/path_optimizer_emergency_stop
105+
type: diag
106+
node: path_optimizer
107+
name: path_optimizer_emergency_stop
108+
timeout: 1.0

0 commit comments

Comments
 (0)