-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
perception/autoware_traffic_light_signals_merger/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# The `autoware_traffic_light_signal_merger` Package | ||
|
||
## Overview | ||
|
||
`autoware_traffic_light_signal_merger` receives the Traffic Light (TL) classification result from Car/Pedestrian classifiers and expected ROIs to merge into single classification result. The expect ROIs TL without classification result will be filled as Unknown. | ||
|
||
## Input topics | ||
|
||
| Name | Type | Description | | ||
| -------------------------- | ---------------------------------------------- | ----------------------------- | | ||
| `input/car_signals` | tier4_perception_msgs::msg::TrafficLightArray | Car TLs classification | | ||
| `input/pedestrian_signals` | tier4_perception_msgs::msg::TrafficLightArray | Pedestrian TLs classification | | ||
| `input/expect_rois` | autoware_perception_msgs::TrafficLightRoiArray | expected TL ROIs | | ||
|
||
## Output topics | ||
|
||
| Name | Type | Description | | ||
| ------------------------------ | --------------------------------------------- | ------------------------------------- | | ||
| `output/traffic_light_signals` | tier4_perception_msgs::msg::TrafficLightArray | Car and Pedestrian TLs classification | | ||
|
||
## Node parameters | ||
|
||
N/A |
2 changes: 1 addition & 1 deletion
2
perception/autoware_traffic_light_signals_merger/src/traffic_light_signals_merger_node.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
perception/autoware_traffic_light_signals_merger/src/traffic_light_signals_merger_node.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters