Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
- Yoshi Ri
- Tao Zhong
- Masato Saeki
- Taekjin Lee
Authors
autoware_traffic_light_map_based_detector
Overview
autoware_traffic_light_map_based_detector
calculates where the traffic lights will appear in the image based on the HD map.
Calibration and vibration errors can be entered as parameters, and the size of the detected RegionOfInterest will change according to the error.
If the node receives route information, it only looks at traffic lights on that route.
If the node receives no route information, it looks at them within a radius of max_detection_range
and the angle between the traffic light and the camera is less than car_traffic_light_max_angle_range
or pedestrian_traffic_light_max_angle_range
.
Input topics
Name | Type | Description |
---|---|---|
~/input/vector_map |
autoware_map_msgs::msg::LaneletMapBin | vector map |
~/input/camera_info |
sensor_msgs::msg::CameraInfo | target camera parameter |
~/input/route |
autoware_planning_msgs::msg::LaneletRoute | optional: route |
Output topics
Name | Type | Description |
---|---|---|
~/output/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
~/expect/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |
~/debug/markers |
visualization_msgs::msg::MarkerArray | markers which show a line that combines from camera to each traffic light |
Node parameters
{{ json_to_markdown(“perception/autoware_traffic_light_map_based_detector/schema/traffic_light_map_based_detector.schema.json”) }}
Changelog for package autoware_traffic_light_map_based_detector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
-
Merge remote-tracking branch 'origin/main' into tmp/notbot/bump_version_base
-
refactor(autoware_traffic_light_map_based_detector): split utils and add test (#10353)
- split utils and add test
- style(pre-commit): autofix
- chore
- fix pre-commit
- change name for include guard
- fix cmake
- fix
- refactor
- fix name
- merge similar function
* change file name from utils to process ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: update traffic light packages code owner (#10644) chore: add Taekjin Lee as maintainer to multiple perception packages
-
Contributors: Masato Saeki, Taekjin LEE, TaikiYamada4
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
-
chore: refine maintainer list (#10110)
- chore: remove Miura from maintainer
* chore: add Taekjin-san to perception_utils package maintainer ---------
-
feat(autoware_traffic_light_map_based_detector): created the schema file,updated the readme file and deleted the default parameter in node files code (#10107)
- feat(autoware_traffic_light_map_based_detector): Created the schema file,updated the readme file and deleted the default parameter in node files code
- style(pre-commit): autofix
- move params from launch to param
* chore
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: MasatoSaeki <<masato.saeki@tier4.jp>>
-
Contributors: Fumiya Watanabe, Shunsuke Miura, Vishal Chauhan, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_perception_launch |
Launch files
- launch/traffic_light_map_based_detector.launch.xml
-
- input/vector_map [default: /map/vector_map]
- input/camera_info [default: /camera/camera_info]
- input/route [default: /planning/mission_planning/route]
- expect/rois [default: ~/expect/rois]
- output/rois [default: ~/output/rois]
- param_path [default: $(find-pkg-share autoware_traffic_light_map_based_detector)/config/traffic_light_map_based_detector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_traffic_light_map_based_detector at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
- Yoshi Ri
- Tao Zhong
- Masato Saeki
- Taekjin Lee
Authors
autoware_traffic_light_map_based_detector
Overview
autoware_traffic_light_map_based_detector
calculates where the traffic lights will appear in the image based on the HD map.
Calibration and vibration errors can be entered as parameters, and the size of the detected RegionOfInterest will change according to the error.
If the node receives route information, it only looks at traffic lights on that route.
If the node receives no route information, it looks at them within a radius of max_detection_range
and the angle between the traffic light and the camera is less than car_traffic_light_max_angle_range
or pedestrian_traffic_light_max_angle_range
.
Input topics
Name | Type | Description |
---|---|---|
~/input/vector_map |
autoware_map_msgs::msg::LaneletMapBin | vector map |
~/input/camera_info |
sensor_msgs::msg::CameraInfo | target camera parameter |
~/input/route |
autoware_planning_msgs::msg::LaneletRoute | optional: route |
Output topics
Name | Type | Description |
---|---|---|
~/output/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
~/expect/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |
~/debug/markers |
visualization_msgs::msg::MarkerArray | markers which show a line that combines from camera to each traffic light |
Node parameters
{{ json_to_markdown(“perception/autoware_traffic_light_map_based_detector/schema/traffic_light_map_based_detector.schema.json”) }}
Changelog for package autoware_traffic_light_map_based_detector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
-
Merge remote-tracking branch 'origin/main' into tmp/notbot/bump_version_base
-
refactor(autoware_traffic_light_map_based_detector): split utils and add test (#10353)
- split utils and add test
- style(pre-commit): autofix
- chore
- fix pre-commit
- change name for include guard
- fix cmake
- fix
- refactor
- fix name
- merge similar function
* change file name from utils to process ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: update traffic light packages code owner (#10644) chore: add Taekjin Lee as maintainer to multiple perception packages
-
Contributors: Masato Saeki, Taekjin LEE, TaikiYamada4
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
-
chore: refine maintainer list (#10110)
- chore: remove Miura from maintainer
* chore: add Taekjin-san to perception_utils package maintainer ---------
-
feat(autoware_traffic_light_map_based_detector): created the schema file,updated the readme file and deleted the default parameter in node files code (#10107)
- feat(autoware_traffic_light_map_based_detector): Created the schema file,updated the readme file and deleted the default parameter in node files code
- style(pre-commit): autofix
- move params from launch to param
* chore
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: MasatoSaeki <<masato.saeki@tier4.jp>>
-
Contributors: Fumiya Watanabe, Shunsuke Miura, Vishal Chauhan, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_perception_launch |
Launch files
- launch/traffic_light_map_based_detector.launch.xml
-
- input/vector_map [default: /map/vector_map]
- input/camera_info [default: /camera/camera_info]
- input/route [default: /planning/mission_planning/route]
- expect/rois [default: ~/expect/rois]
- output/rois [default: ~/output/rois]
- param_path [default: $(find-pkg-share autoware_traffic_light_map_based_detector)/config/traffic_light_map_based_detector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_traffic_light_map_based_detector at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
- Yoshi Ri
- Tao Zhong
- Masato Saeki
- Taekjin Lee
Authors
autoware_traffic_light_map_based_detector
Overview
autoware_traffic_light_map_based_detector
calculates where the traffic lights will appear in the image based on the HD map.
Calibration and vibration errors can be entered as parameters, and the size of the detected RegionOfInterest will change according to the error.
If the node receives route information, it only looks at traffic lights on that route.
If the node receives no route information, it looks at them within a radius of max_detection_range
and the angle between the traffic light and the camera is less than car_traffic_light_max_angle_range
or pedestrian_traffic_light_max_angle_range
.
Input topics
Name | Type | Description |
---|---|---|
~/input/vector_map |
autoware_map_msgs::msg::LaneletMapBin | vector map |
~/input/camera_info |
sensor_msgs::msg::CameraInfo | target camera parameter |
~/input/route |
autoware_planning_msgs::msg::LaneletRoute | optional: route |
Output topics
Name | Type | Description |
---|---|---|
~/output/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
~/expect/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |
~/debug/markers |
visualization_msgs::msg::MarkerArray | markers which show a line that combines from camera to each traffic light |
Node parameters
{{ json_to_markdown(“perception/autoware_traffic_light_map_based_detector/schema/traffic_light_map_based_detector.schema.json”) }}
Changelog for package autoware_traffic_light_map_based_detector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
-
Merge remote-tracking branch 'origin/main' into tmp/notbot/bump_version_base
-
refactor(autoware_traffic_light_map_based_detector): split utils and add test (#10353)
- split utils and add test
- style(pre-commit): autofix
- chore
- fix pre-commit
- change name for include guard
- fix cmake
- fix
- refactor
- fix name
- merge similar function
* change file name from utils to process ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: update traffic light packages code owner (#10644) chore: add Taekjin Lee as maintainer to multiple perception packages
-
Contributors: Masato Saeki, Taekjin LEE, TaikiYamada4
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
-
chore: refine maintainer list (#10110)
- chore: remove Miura from maintainer
* chore: add Taekjin-san to perception_utils package maintainer ---------
-
feat(autoware_traffic_light_map_based_detector): created the schema file,updated the readme file and deleted the default parameter in node files code (#10107)
- feat(autoware_traffic_light_map_based_detector): Created the schema file,updated the readme file and deleted the default parameter in node files code
- style(pre-commit): autofix
- move params from launch to param
* chore
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: MasatoSaeki <<masato.saeki@tier4.jp>>
-
Contributors: Fumiya Watanabe, Shunsuke Miura, Vishal Chauhan, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_perception_launch |
Launch files
- launch/traffic_light_map_based_detector.launch.xml
-
- input/vector_map [default: /map/vector_map]
- input/camera_info [default: /camera/camera_info]
- input/route [default: /planning/mission_planning/route]
- expect/rois [default: ~/expect/rois]
- output/rois [default: ~/output/rois]
- param_path [default: $(find-pkg-share autoware_traffic_light_map_based_detector)/config/traffic_light_map_based_detector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_traffic_light_map_based_detector at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
- Yoshi Ri
- Tao Zhong
- Masato Saeki
- Taekjin Lee
Authors
autoware_traffic_light_map_based_detector
Overview
autoware_traffic_light_map_based_detector
calculates where the traffic lights will appear in the image based on the HD map.
Calibration and vibration errors can be entered as parameters, and the size of the detected RegionOfInterest will change according to the error.
If the node receives route information, it only looks at traffic lights on that route.
If the node receives no route information, it looks at them within a radius of max_detection_range
and the angle between the traffic light and the camera is less than car_traffic_light_max_angle_range
or pedestrian_traffic_light_max_angle_range
.
Input topics
Name | Type | Description |
---|---|---|
~/input/vector_map |
autoware_map_msgs::msg::LaneletMapBin | vector map |
~/input/camera_info |
sensor_msgs::msg::CameraInfo | target camera parameter |
~/input/route |
autoware_planning_msgs::msg::LaneletRoute | optional: route |
Output topics
Name | Type | Description |
---|---|---|
~/output/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
~/expect/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |
~/debug/markers |
visualization_msgs::msg::MarkerArray | markers which show a line that combines from camera to each traffic light |
Node parameters
{{ json_to_markdown(“perception/autoware_traffic_light_map_based_detector/schema/traffic_light_map_based_detector.schema.json”) }}
Changelog for package autoware_traffic_light_map_based_detector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
-
Merge remote-tracking branch 'origin/main' into tmp/notbot/bump_version_base
-
refactor(autoware_traffic_light_map_based_detector): split utils and add test (#10353)
- split utils and add test
- style(pre-commit): autofix
- chore
- fix pre-commit
- change name for include guard
- fix cmake
- fix
- refactor
- fix name
- merge similar function
* change file name from utils to process ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: update traffic light packages code owner (#10644) chore: add Taekjin Lee as maintainer to multiple perception packages
-
Contributors: Masato Saeki, Taekjin LEE, TaikiYamada4
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
-
chore: refine maintainer list (#10110)
- chore: remove Miura from maintainer
* chore: add Taekjin-san to perception_utils package maintainer ---------
-
feat(autoware_traffic_light_map_based_detector): created the schema file,updated the readme file and deleted the default parameter in node files code (#10107)
- feat(autoware_traffic_light_map_based_detector): Created the schema file,updated the readme file and deleted the default parameter in node files code
- style(pre-commit): autofix
- move params from launch to param
* chore
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: MasatoSaeki <<masato.saeki@tier4.jp>>
-
Contributors: Fumiya Watanabe, Shunsuke Miura, Vishal Chauhan, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_perception_launch |
Launch files
- launch/traffic_light_map_based_detector.launch.xml
-
- input/vector_map [default: /map/vector_map]
- input/camera_info [default: /camera/camera_info]
- input/route [default: /planning/mission_planning/route]
- expect/rois [default: ~/expect/rois]
- output/rois [default: ~/output/rois]
- param_path [default: $(find-pkg-share autoware_traffic_light_map_based_detector)/config/traffic_light_map_based_detector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_traffic_light_map_based_detector at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
- Yoshi Ri
- Tao Zhong
- Masato Saeki
- Taekjin Lee
Authors
autoware_traffic_light_map_based_detector
Overview
autoware_traffic_light_map_based_detector
calculates where the traffic lights will appear in the image based on the HD map.
Calibration and vibration errors can be entered as parameters, and the size of the detected RegionOfInterest will change according to the error.
If the node receives route information, it only looks at traffic lights on that route.
If the node receives no route information, it looks at them within a radius of max_detection_range
and the angle between the traffic light and the camera is less than car_traffic_light_max_angle_range
or pedestrian_traffic_light_max_angle_range
.
Input topics
Name | Type | Description |
---|---|---|
~/input/vector_map |
autoware_map_msgs::msg::LaneletMapBin | vector map |
~/input/camera_info |
sensor_msgs::msg::CameraInfo | target camera parameter |
~/input/route |
autoware_planning_msgs::msg::LaneletRoute | optional: route |
Output topics
Name | Type | Description |
---|---|---|
~/output/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
~/expect/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |
~/debug/markers |
visualization_msgs::msg::MarkerArray | markers which show a line that combines from camera to each traffic light |
Node parameters
{{ json_to_markdown(“perception/autoware_traffic_light_map_based_detector/schema/traffic_light_map_based_detector.schema.json”) }}
Changelog for package autoware_traffic_light_map_based_detector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
-
Merge remote-tracking branch 'origin/main' into tmp/notbot/bump_version_base
-
refactor(autoware_traffic_light_map_based_detector): split utils and add test (#10353)
- split utils and add test
- style(pre-commit): autofix
- chore
- fix pre-commit
- change name for include guard
- fix cmake
- fix
- refactor
- fix name
- merge similar function
* change file name from utils to process ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: update traffic light packages code owner (#10644) chore: add Taekjin Lee as maintainer to multiple perception packages
-
Contributors: Masato Saeki, Taekjin LEE, TaikiYamada4
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
-
chore: refine maintainer list (#10110)
- chore: remove Miura from maintainer
* chore: add Taekjin-san to perception_utils package maintainer ---------
-
feat(autoware_traffic_light_map_based_detector): created the schema file,updated the readme file and deleted the default parameter in node files code (#10107)
- feat(autoware_traffic_light_map_based_detector): Created the schema file,updated the readme file and deleted the default parameter in node files code
- style(pre-commit): autofix
- move params from launch to param
* chore
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: MasatoSaeki <<masato.saeki@tier4.jp>>
-
Contributors: Fumiya Watanabe, Shunsuke Miura, Vishal Chauhan, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_perception_launch |
Launch files
- launch/traffic_light_map_based_detector.launch.xml
-
- input/vector_map [default: /map/vector_map]
- input/camera_info [default: /camera/camera_info]
- input/route [default: /planning/mission_planning/route]
- expect/rois [default: ~/expect/rois]
- output/rois [default: ~/output/rois]
- param_path [default: $(find-pkg-share autoware_traffic_light_map_based_detector)/config/traffic_light_map_based_detector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_traffic_light_map_based_detector at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
- Yoshi Ri
- Tao Zhong
- Masato Saeki
- Taekjin Lee
Authors
autoware_traffic_light_map_based_detector
Overview
autoware_traffic_light_map_based_detector
calculates where the traffic lights will appear in the image based on the HD map.
Calibration and vibration errors can be entered as parameters, and the size of the detected RegionOfInterest will change according to the error.
If the node receives route information, it only looks at traffic lights on that route.
If the node receives no route information, it looks at them within a radius of max_detection_range
and the angle between the traffic light and the camera is less than car_traffic_light_max_angle_range
or pedestrian_traffic_light_max_angle_range
.
Input topics
Name | Type | Description |
---|---|---|
~/input/vector_map |
autoware_map_msgs::msg::LaneletMapBin | vector map |
~/input/camera_info |
sensor_msgs::msg::CameraInfo | target camera parameter |
~/input/route |
autoware_planning_msgs::msg::LaneletRoute | optional: route |
Output topics
Name | Type | Description |
---|---|---|
~/output/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
~/expect/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |
~/debug/markers |
visualization_msgs::msg::MarkerArray | markers which show a line that combines from camera to each traffic light |
Node parameters
{{ json_to_markdown(“perception/autoware_traffic_light_map_based_detector/schema/traffic_light_map_based_detector.schema.json”) }}
Changelog for package autoware_traffic_light_map_based_detector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
-
Merge remote-tracking branch 'origin/main' into tmp/notbot/bump_version_base
-
refactor(autoware_traffic_light_map_based_detector): split utils and add test (#10353)
- split utils and add test
- style(pre-commit): autofix
- chore
- fix pre-commit
- change name for include guard
- fix cmake
- fix
- refactor
- fix name
- merge similar function
* change file name from utils to process ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: update traffic light packages code owner (#10644) chore: add Taekjin Lee as maintainer to multiple perception packages
-
Contributors: Masato Saeki, Taekjin LEE, TaikiYamada4
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
-
chore: refine maintainer list (#10110)
- chore: remove Miura from maintainer
* chore: add Taekjin-san to perception_utils package maintainer ---------
-
feat(autoware_traffic_light_map_based_detector): created the schema file,updated the readme file and deleted the default parameter in node files code (#10107)
- feat(autoware_traffic_light_map_based_detector): Created the schema file,updated the readme file and deleted the default parameter in node files code
- style(pre-commit): autofix
- move params from launch to param
* chore
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: MasatoSaeki <<masato.saeki@tier4.jp>>
-
Contributors: Fumiya Watanabe, Shunsuke Miura, Vishal Chauhan, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_perception_launch |
Launch files
- launch/traffic_light_map_based_detector.launch.xml
-
- input/vector_map [default: /map/vector_map]
- input/camera_info [default: /camera/camera_info]
- input/route [default: /planning/mission_planning/route]
- expect/rois [default: ~/expect/rois]
- output/rois [default: ~/output/rois]
- param_path [default: $(find-pkg-share autoware_traffic_light_map_based_detector)/config/traffic_light_map_based_detector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_traffic_light_map_based_detector at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
- Yoshi Ri
- Tao Zhong
- Masato Saeki
- Taekjin Lee
Authors
autoware_traffic_light_map_based_detector
Overview
autoware_traffic_light_map_based_detector
calculates where the traffic lights will appear in the image based on the HD map.
Calibration and vibration errors can be entered as parameters, and the size of the detected RegionOfInterest will change according to the error.
If the node receives route information, it only looks at traffic lights on that route.
If the node receives no route information, it looks at them within a radius of max_detection_range
and the angle between the traffic light and the camera is less than car_traffic_light_max_angle_range
or pedestrian_traffic_light_max_angle_range
.
Input topics
Name | Type | Description |
---|---|---|
~/input/vector_map |
autoware_map_msgs::msg::LaneletMapBin | vector map |
~/input/camera_info |
sensor_msgs::msg::CameraInfo | target camera parameter |
~/input/route |
autoware_planning_msgs::msg::LaneletRoute | optional: route |
Output topics
Name | Type | Description |
---|---|---|
~/output/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
~/expect/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |
~/debug/markers |
visualization_msgs::msg::MarkerArray | markers which show a line that combines from camera to each traffic light |
Node parameters
{{ json_to_markdown(“perception/autoware_traffic_light_map_based_detector/schema/traffic_light_map_based_detector.schema.json”) }}
Changelog for package autoware_traffic_light_map_based_detector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
-
Merge remote-tracking branch 'origin/main' into tmp/notbot/bump_version_base
-
refactor(autoware_traffic_light_map_based_detector): split utils and add test (#10353)
- split utils and add test
- style(pre-commit): autofix
- chore
- fix pre-commit
- change name for include guard
- fix cmake
- fix
- refactor
- fix name
- merge similar function
* change file name from utils to process ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: update traffic light packages code owner (#10644) chore: add Taekjin Lee as maintainer to multiple perception packages
-
Contributors: Masato Saeki, Taekjin LEE, TaikiYamada4
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
-
chore: refine maintainer list (#10110)
- chore: remove Miura from maintainer
* chore: add Taekjin-san to perception_utils package maintainer ---------
-
feat(autoware_traffic_light_map_based_detector): created the schema file,updated the readme file and deleted the default parameter in node files code (#10107)
- feat(autoware_traffic_light_map_based_detector): Created the schema file,updated the readme file and deleted the default parameter in node files code
- style(pre-commit): autofix
- move params from launch to param
* chore
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: MasatoSaeki <<masato.saeki@tier4.jp>>
-
Contributors: Fumiya Watanabe, Shunsuke Miura, Vishal Chauhan, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_perception_launch |
Launch files
- launch/traffic_light_map_based_detector.launch.xml
-
- input/vector_map [default: /map/vector_map]
- input/camera_info [default: /camera/camera_info]
- input/route [default: /planning/mission_planning/route]
- expect/rois [default: ~/expect/rois]
- output/rois [default: ~/output/rois]
- param_path [default: $(find-pkg-share autoware_traffic_light_map_based_detector)/config/traffic_light_map_based_detector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_traffic_light_map_based_detector at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
- Yoshi Ri
- Tao Zhong
- Masato Saeki
- Taekjin Lee
Authors
autoware_traffic_light_map_based_detector
Overview
autoware_traffic_light_map_based_detector
calculates where the traffic lights will appear in the image based on the HD map.
Calibration and vibration errors can be entered as parameters, and the size of the detected RegionOfInterest will change according to the error.
If the node receives route information, it only looks at traffic lights on that route.
If the node receives no route information, it looks at them within a radius of max_detection_range
and the angle between the traffic light and the camera is less than car_traffic_light_max_angle_range
or pedestrian_traffic_light_max_angle_range
.
Input topics
Name | Type | Description |
---|---|---|
~/input/vector_map |
autoware_map_msgs::msg::LaneletMapBin | vector map |
~/input/camera_info |
sensor_msgs::msg::CameraInfo | target camera parameter |
~/input/route |
autoware_planning_msgs::msg::LaneletRoute | optional: route |
Output topics
Name | Type | Description |
---|---|---|
~/output/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
~/expect/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |
~/debug/markers |
visualization_msgs::msg::MarkerArray | markers which show a line that combines from camera to each traffic light |
Node parameters
{{ json_to_markdown(“perception/autoware_traffic_light_map_based_detector/schema/traffic_light_map_based_detector.schema.json”) }}
Changelog for package autoware_traffic_light_map_based_detector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
-
Merge remote-tracking branch 'origin/main' into tmp/notbot/bump_version_base
-
refactor(autoware_traffic_light_map_based_detector): split utils and add test (#10353)
- split utils and add test
- style(pre-commit): autofix
- chore
- fix pre-commit
- change name for include guard
- fix cmake
- fix
- refactor
- fix name
- merge similar function
* change file name from utils to process ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: update traffic light packages code owner (#10644) chore: add Taekjin Lee as maintainer to multiple perception packages
-
Contributors: Masato Saeki, Taekjin LEE, TaikiYamada4
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
-
chore: refine maintainer list (#10110)
- chore: remove Miura from maintainer
* chore: add Taekjin-san to perception_utils package maintainer ---------
-
feat(autoware_traffic_light_map_based_detector): created the schema file,updated the readme file and deleted the default parameter in node files code (#10107)
- feat(autoware_traffic_light_map_based_detector): Created the schema file,updated the readme file and deleted the default parameter in node files code
- style(pre-commit): autofix
- move params from launch to param
* chore
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: MasatoSaeki <<masato.saeki@tier4.jp>>
-
Contributors: Fumiya Watanabe, Shunsuke Miura, Vishal Chauhan, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_perception_launch |
Launch files
- launch/traffic_light_map_based_detector.launch.xml
-
- input/vector_map [default: /map/vector_map]
- input/camera_info [default: /camera/camera_info]
- input/route [default: /planning/mission_planning/route]
- expect/rois [default: ~/expect/rois]
- output/rois [default: ~/output/rois]
- param_path [default: $(find-pkg-share autoware_traffic_light_map_based_detector)/config/traffic_light_map_based_detector.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_traffic_light_map_based_detector at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
- Yoshi Ri
- Tao Zhong
- Masato Saeki
- Taekjin Lee
Authors
autoware_traffic_light_map_based_detector
Overview
autoware_traffic_light_map_based_detector
calculates where the traffic lights will appear in the image based on the HD map.
Calibration and vibration errors can be entered as parameters, and the size of the detected RegionOfInterest will change according to the error.
If the node receives route information, it only looks at traffic lights on that route.
If the node receives no route information, it looks at them within a radius of max_detection_range
and the angle between the traffic light and the camera is less than car_traffic_light_max_angle_range
or pedestrian_traffic_light_max_angle_range
.
Input topics
Name | Type | Description |
---|---|---|
~/input/vector_map |
autoware_map_msgs::msg::LaneletMapBin | vector map |
~/input/camera_info |
sensor_msgs::msg::CameraInfo | target camera parameter |
~/input/route |
autoware_planning_msgs::msg::LaneletRoute | optional: route |
Output topics
Name | Type | Description |
---|---|---|
~/output/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image corresponding to the camera info |
~/expect/rois |
tier4_perception_msgs::msg::TrafficLightRoiArray | location of traffic lights in image without any offset |
~/debug/markers |
visualization_msgs::msg::MarkerArray | markers which show a line that combines from camera to each traffic light |
Node parameters
{{ json_to_markdown(“perception/autoware_traffic_light_map_based_detector/schema/traffic_light_map_based_detector.schema.json”) }}
Changelog for package autoware_traffic_light_map_based_detector
0.47.0 (2025-08-11)
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
-
Merge remote-tracking branch 'origin/main' into tmp/notbot/bump_version_base
-
refactor(autoware_traffic_light_map_based_detector): split utils and add test (#10353)
- split utils and add test
- style(pre-commit): autofix
- chore
- fix pre-commit
- change name for include guard
- fix cmake
- fix
- refactor
- fix name
- merge similar function
* change file name from utils to process ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
chore: update traffic light packages code owner (#10644) chore: add Taekjin Lee as maintainer to multiple perception packages
-
Contributors: Masato Saeki, Taekjin LEE, TaikiYamada4
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
-
chore: refine maintainer list (#10110)
- chore: remove Miura from maintainer
* chore: add Taekjin-san to perception_utils package maintainer ---------
-
feat(autoware_traffic_light_map_based_detector): created the schema file,updated the readme file and deleted the default parameter in node files code (#10107)
- feat(autoware_traffic_light_map_based_detector): Created the schema file,updated the readme file and deleted the default parameter in node files code
- style(pre-commit): autofix
- move params from launch to param
* chore
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: MasatoSaeki <<masato.saeki@tier4.jp>>
-
Contributors: Fumiya Watanabe, Shunsuke Miura, Vishal Chauhan, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_perception_launch |
Launch files
- launch/traffic_light_map_based_detector.launch.xml
-
- input/vector_map [default: /map/vector_map]
- input/camera_info [default: /camera/camera_info]
- input/route [default: /planning/mission_planning/route]
- expect/rois [default: ~/expect/rois]
- output/rois [default: ~/output/rois]
- param_path [default: $(find-pkg-share autoware_traffic_light_map_based_detector)/config/traffic_light_map_based_detector.param.yaml]