Skip to content

Commit

Permalink
feat(component_state_monitor): monitor traffic light recognition outp…
Browse files Browse the repository at this point in the history
…ut (#720)

Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo authored Dec 5, 2023
1 parent 8077e68 commit 54f5d6e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions autoware_launch/config/system/component_state_monitor/topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@
error_rate: 1.0
timeout: 1.0

- module: perception
mode: [online, logging_simulation]
type: autonomous
args:
node_name_suffix: traffic_light_recognition_traffic_signals
topic: /perception/traffic_light_recognition/traffic_signals
topic_type: autoware_perception_msgs/msg/TrafficSignalArray
best_effort: false
transient_local: false
warn_rate: 5.0
error_rate: 1.0
timeout: 1.0

- module: planning
mode: [online, logging_simulation, planning_simulation]
type: autonomous
Expand Down

0 comments on commit 54f5d6e

Please sign in to comment.