Skip to content

Commit 60b4030

Browse files
authored
feat(component_state_monitor): monitor traffic light recognition output (#5778)
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
1 parent 25a8afd commit 60b4030

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

system/component_state_monitor/config/topics.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,19 @@
8989
error_rate: 1.0
9090
timeout: 1.0
9191

92+
- module: perception
93+
mode: [online, logging_simulation]
94+
type: autonomous
95+
args:
96+
node_name_suffix: traffic_light_recognition_traffic_signals
97+
topic: /perception/traffic_light_recognition/traffic_signals
98+
topic_type: autoware_perception_msgs/msg/TrafficSignalArray
99+
best_effort: false
100+
transient_local: false
101+
warn_rate: 5.0
102+
error_rate: 1.0
103+
timeout: 1.0
104+
92105
- module: planning
93106
mode: [online, logging_simulation, planning_simulation]
94107
type: autonomous

0 commit comments

Comments
 (0)