We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a8afd commit 60b4030Copy full SHA for 60b4030
system/component_state_monitor/config/topics.yaml
@@ -89,6 +89,19 @@
89
error_rate: 1.0
90
timeout: 1.0
91
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
+
105
- module: planning
106
mode: [online, logging_simulation, planning_simulation]
107
type: autonomous
0 commit comments