Skip to content

Commit 4907f7b

Browse files
Merge pull request #794 from tier4/arjun.ram/RT0-33698_launcher_changes
feat(path_optimizer): param changes for additional failure logging and failure mode handling
2 parents fdba739 + 8e471c3 commit 4907f7b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

autoware_launch/config/system/tier4_diagnostics/planning.yaml

+13
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,12 @@ 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+
127134
- path: /planning/001-topic_status/route
128135
type: diag
129136
node: topic_state_monitor_mission_planning_route
@@ -201,3 +208,9 @@ units:
201208
node: collision_checker
202209
name: collision_check
203210
timeout: 1.0
211+
212+
- path: /planning/014-path_optimizer_emergency_stop
213+
type: diag
214+
node: path_optimizer
215+
name: path_optimizer_emergency_stop
216+
timeout: 1.0

0 commit comments

Comments
 (0)