Skip to content

Commit 92a5c68

Browse files
committed
docs: add readme
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent 54f85c3 commit 92a5c68

File tree

1 file changed

+25
-0
lines changed
  • perception/autoware_traffic_light_selector

1 file changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# The `autoware_traffic_light_selector` Package
2+
3+
## Overview
4+
5+
`autoware_traffic_light_selector` selects the interest traffic light from the list of detected traffic lights by deep learning neural network (DNN) based on the expect ROIs and rough ROIs information and then assign traffic_light_id for them.
6+
7+
8+
## Input topics
9+
10+
| Name | Type | Description |
11+
| -------------------- | ------------------------------------- | ----------------------- |
12+
| `input/detected_rois` | tier4_perception_msgs::msg::DetectedObjectsWithFeature | detected traffic light by DNN |
13+
| `input/rough_rois` | tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
14+
| `input/expect_rois` | tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |
15+
16+
## Output topics
17+
18+
| Name | Type | Description |
19+
| ---------------- | ------------------------------------------- | -------------------------------------------------------------------- |
20+
| `output/traffic_light_rois` | tier4_perception_msgs::TrafficLightRoiArray | detected traffic light of interest |
21+
22+
23+
## Node parameters
24+
25+
N/A

0 commit comments

Comments
 (0)