No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ieiauto/autodrrt.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-09-19 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
The traffic_light_visualization package
Additional Links
No additional links.
Maintainers
- Yukihiro Saito
Authors
No additional authors.
traffic_light_visualization
Purpose
The traffic_light_visualization
is a package that includes two visualizing nodes:
- traffic_light_map_visualizer is a node that shows traffic lights color status and position on rviz as markers.
- traffic_light_roi_visualizer is a node that draws the result of traffic light recognition nodes (traffic light status, position and classification probability) on the input image as shown in the following figure and publishes it.
Inner-workings / Algorithms
Inputs / Outputs
traffic_light_map_visualizer
Input
Name | Type | Description |
---|---|---|
~/input/tl_state |
tier4_perception_msgs::msg::TrafficSignalArray |
status of traffic lights |
~/input/vector_map |
autoware_auto_mapping_msgs::msg::HADMapBin |
vector map |
Output
Name | Type | Description |
---|---|---|
~/output/traffic_light |
visualization_msgs::msg::MarkerArray |
marker array that indicates status of traffic lights |
traffic_light_roi_visualizer
Input
Name | Type | Description |
---|---|---|
~/input/tl_state |
tier4_perception_msgs::msg::TrafficSignalArray |
status of traffic lights |
~/input/image |
sensor_msgs::msg::Image |
the image captured by perception cameras |
~/input/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray |
the ROIs detected by traffic_light_ssd_fine_detector
|
~/input/rough/rois (option) |
tier4_perception_msgs::msg::TrafficLightRoiArray |
the ROIs detected by traffic_light_map_based_detector
|
Output
Name | Type | Description |
---|---|---|
~/output/image |
sensor_msgs::msg::Image |
output image with ROIs |
Parameters
traffic_light_map_visualizer
None
traffic_light_roi_visualizer
Node Parameters
Name | Type | Default Value | Description |
---|---|---|---|
enable_fine_detection |
bool | false | whether to visualize result of the traffic light fine detection |
Assumptions / Known limits
(Optional) Error detection and handling
(Optional) Performance characterization
(Optional) References/External links
(Optional) Future extensions / Unimplemented parts
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/traffic_light_roi_visualizer.launch.xml
-
- input/image [default: /camera/image_raw]
- input/rois [default: ~/input/rois]
- input/rough/rois [default: ~/rough/rois]
- input/traffic_signals [default: ~/input/traffic_signals]
- output/image [default: ~/debug/rois]
- enable_fine_detection [default: false]
- launch/traffic_light_map_visualizer.launch.xml
-
- input/tl_state [default: traffic_signals]
- input/vector_map [default: /map/vector_map]
- output/traffic_light [default: traffic_signals/markers]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged traffic_light_visualization at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.