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
autowarefoundation#572)

feat(component_state_monitor): monitor traffic light recognition output (autowarefoundation#720)

Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo authored Feb 1, 2024
1 parent cd5b2f1 commit 4847aef
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 4847aef

Please sign in to comment.