Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 23, 2024
1 parent 4f2a449 commit 6760c4f
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions perception/autoware_traffic_light_selector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,20 @@

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


## Input topics

| Name | Type | Description |
| -------------------- | ------------------------------------- | ----------------------- |
| `input/detected_rois` | tier4_perception_msgs::msg::DetectedObjectsWithFeature | detected traffic light by DNN |
| `input/rough_rois` | tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
| `input/expect_rois` | tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |
| Name | Type | Description |
| --------------------- | ------------------------------------------------------ | -------------------------------------------------------------------- |
| `input/detected_rois` | tier4_perception_msgs::msg::DetectedObjectsWithFeature | detected traffic light by DNN |
| `input/rough_rois` | tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
| `input/expect_rois` | tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |

## Output topics

| Name | Type | Description |
| ---------------- | ------------------------------------------- | -------------------------------------------------------------------- |
| `output/traffic_light_rois` | tier4_perception_msgs::TrafficLightRoiArray | detected traffic light of interest |

| Name | Type | Description |
| --------------------------- | ------------------------------------------- | ---------------------------------- |
| `output/traffic_light_rois` | tier4_perception_msgs::TrafficLightRoiArray | detected traffic light of interest |

## Node parameters

N/A
N/A

0 comments on commit 6760c4f

Please sign in to comment.