Skip to content

Commit 2c1214f

Browse files
committed
docs: pre-commit
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent 4f2a449 commit 2c1214f

File tree

1 file changed

+9
-11
lines changed
  • perception/autoware_traffic_light_selector

1 file changed

+9
-11
lines changed

perception/autoware_traffic_light_selector/README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,20 @@
44

55
`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.
66

7-
87
## Input topics
98

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 |
9+
| Name | Type | Description |
10+
| --------------------- | ------------------------------------------------------ | -------------------------------------------------------------------- |
11+
| `input/detected_rois` | tier4_perception_msgs::msg::DetectedObjectsWithFeature | detected traffic light by DNN |
12+
| `input/rough_rois` | tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
13+
| `input/expect_rois` | tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |
1514

1615
## Output topics
1716

18-
| Name | Type | Description |
19-
| ---------------- | ------------------------------------------- | -------------------------------------------------------------------- |
20-
| `output/traffic_light_rois` | tier4_perception_msgs::TrafficLightRoiArray | detected traffic light of interest |
21-
17+
| Name | Type | Description |
18+
| --------------------------- | ------------------------------------------- | ---------------------------------- |
19+
| `output/traffic_light_rois` | tier4_perception_msgs::TrafficLightRoiArray | detected traffic light of interest |
2220

2321
## Node parameters
2422

25-
N/A
23+
N/A

0 commit comments

Comments
 (0)