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
- Kento Yabuuchi
- Masahiro Sakamoto
- Yamato Ando
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
yabloc_common
This package contains some executable nodes related to map. Also, This provides some yabloc common library.
ground_server
Purpose
It estimates the height and tilt of the ground from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
input/pose |
geometry_msgs::msg::PoseStamped |
estimated self pose |
Output
Name | Type | Description |
---|---|---|
output/ground |
std_msgs::msg::Float32MultiArray |
estimated ground parameters. it contains x, y, z, normal_x, normal_y, normal_z. |
output/ground_markers |
visualization_msgs::msg::Marker |
visualization of estimated ground plane |
output/ground_status |
std_msgs::msg::String |
status log of ground plane estimation |
output/height |
std_msgs::msg::Float32 |
altitude |
output/near_cloud |
sensor_msgs::msg::PointCloud2 |
point cloud extracted from lanelet2 and used for ground tilt estimation |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ground_server.schema.json”) }}
ll2_decomposer
Purpose
This node extracts the elements related to the road surface markings and yabloc from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
Output
Name | Type | Description |
---|---|---|
output/ll2_bounding_box |
sensor_msgs::msg::PointCloud2 |
bounding boxes extracted from lanelet2 |
output/ll2_road_marking |
sensor_msgs::msg::PointCloud2 |
road surface markings extracted from lanelet2 |
output/ll2_sign_board |
sensor_msgs::msg::PointCloud2 |
traffic sign boards extracted from lanelet2 |
output/sign_board_marker |
visualization_msgs::msg::MarkerArray |
visualized traffic sign boards |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ll2_decomposer.schema.json”) }}
Changelog for package yabloc_common
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
- fix(yabloc_common): fix deprecated autoware_utils header (#10496)
- Contributors: Masaki Baba, 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)
- Contributors: Fumiya Watanabe, 心刚
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)
0.40.0 (2024-12-12)
-
Merge branch 'main' into release-0.40.0
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - localization (#9567)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
- launch/yabloc_common.launch.xml
-
- input_particle_pose [default: /localization/pose_twist_fusion_filter/pose]
- ground_server_param_path [default: $(find-pkg-share yabloc_common)/config/ground_server.param.yaml]
- ll2_decomposer_param_path [default: $(find-pkg-share yabloc_common)/config/ll2_decomposer.param.yaml]
- output_height [default: height]
- output_ground [default: ground]
- output_ground_markers [default: ground_markers]
- output_ground_status [default: ground_status]
- output_near_cloud [default: near_cloud]
- output_ll2_road_marking [default: ll2_road_marking]
- output_ll2_sign_board [default: ll2_sign_board]
- output_ll2_bounding_box [default: ll2_bounding_box]
- output_sign_board_marker [default: sign_board_marker]
Messages
Services
Plugins
Recent questions tagged yabloc_common 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
- Kento Yabuuchi
- Masahiro Sakamoto
- Yamato Ando
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
yabloc_common
This package contains some executable nodes related to map. Also, This provides some yabloc common library.
ground_server
Purpose
It estimates the height and tilt of the ground from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
input/pose |
geometry_msgs::msg::PoseStamped |
estimated self pose |
Output
Name | Type | Description |
---|---|---|
output/ground |
std_msgs::msg::Float32MultiArray |
estimated ground parameters. it contains x, y, z, normal_x, normal_y, normal_z. |
output/ground_markers |
visualization_msgs::msg::Marker |
visualization of estimated ground plane |
output/ground_status |
std_msgs::msg::String |
status log of ground plane estimation |
output/height |
std_msgs::msg::Float32 |
altitude |
output/near_cloud |
sensor_msgs::msg::PointCloud2 |
point cloud extracted from lanelet2 and used for ground tilt estimation |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ground_server.schema.json”) }}
ll2_decomposer
Purpose
This node extracts the elements related to the road surface markings and yabloc from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
Output
Name | Type | Description |
---|---|---|
output/ll2_bounding_box |
sensor_msgs::msg::PointCloud2 |
bounding boxes extracted from lanelet2 |
output/ll2_road_marking |
sensor_msgs::msg::PointCloud2 |
road surface markings extracted from lanelet2 |
output/ll2_sign_board |
sensor_msgs::msg::PointCloud2 |
traffic sign boards extracted from lanelet2 |
output/sign_board_marker |
visualization_msgs::msg::MarkerArray |
visualized traffic sign boards |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ll2_decomposer.schema.json”) }}
Changelog for package yabloc_common
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
- fix(yabloc_common): fix deprecated autoware_utils header (#10496)
- Contributors: Masaki Baba, 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)
- Contributors: Fumiya Watanabe, 心刚
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)
0.40.0 (2024-12-12)
-
Merge branch 'main' into release-0.40.0
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - localization (#9567)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
- launch/yabloc_common.launch.xml
-
- input_particle_pose [default: /localization/pose_twist_fusion_filter/pose]
- ground_server_param_path [default: $(find-pkg-share yabloc_common)/config/ground_server.param.yaml]
- ll2_decomposer_param_path [default: $(find-pkg-share yabloc_common)/config/ll2_decomposer.param.yaml]
- output_height [default: height]
- output_ground [default: ground]
- output_ground_markers [default: ground_markers]
- output_ground_status [default: ground_status]
- output_near_cloud [default: near_cloud]
- output_ll2_road_marking [default: ll2_road_marking]
- output_ll2_sign_board [default: ll2_sign_board]
- output_ll2_bounding_box [default: ll2_bounding_box]
- output_sign_board_marker [default: sign_board_marker]
Messages
Services
Plugins
Recent questions tagged yabloc_common 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
- Kento Yabuuchi
- Masahiro Sakamoto
- Yamato Ando
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
yabloc_common
This package contains some executable nodes related to map. Also, This provides some yabloc common library.
ground_server
Purpose
It estimates the height and tilt of the ground from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
input/pose |
geometry_msgs::msg::PoseStamped |
estimated self pose |
Output
Name | Type | Description |
---|---|---|
output/ground |
std_msgs::msg::Float32MultiArray |
estimated ground parameters. it contains x, y, z, normal_x, normal_y, normal_z. |
output/ground_markers |
visualization_msgs::msg::Marker |
visualization of estimated ground plane |
output/ground_status |
std_msgs::msg::String |
status log of ground plane estimation |
output/height |
std_msgs::msg::Float32 |
altitude |
output/near_cloud |
sensor_msgs::msg::PointCloud2 |
point cloud extracted from lanelet2 and used for ground tilt estimation |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ground_server.schema.json”) }}
ll2_decomposer
Purpose
This node extracts the elements related to the road surface markings and yabloc from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
Output
Name | Type | Description |
---|---|---|
output/ll2_bounding_box |
sensor_msgs::msg::PointCloud2 |
bounding boxes extracted from lanelet2 |
output/ll2_road_marking |
sensor_msgs::msg::PointCloud2 |
road surface markings extracted from lanelet2 |
output/ll2_sign_board |
sensor_msgs::msg::PointCloud2 |
traffic sign boards extracted from lanelet2 |
output/sign_board_marker |
visualization_msgs::msg::MarkerArray |
visualized traffic sign boards |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ll2_decomposer.schema.json”) }}
Changelog for package yabloc_common
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
- fix(yabloc_common): fix deprecated autoware_utils header (#10496)
- Contributors: Masaki Baba, 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)
- Contributors: Fumiya Watanabe, 心刚
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)
0.40.0 (2024-12-12)
-
Merge branch 'main' into release-0.40.0
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - localization (#9567)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
- launch/yabloc_common.launch.xml
-
- input_particle_pose [default: /localization/pose_twist_fusion_filter/pose]
- ground_server_param_path [default: $(find-pkg-share yabloc_common)/config/ground_server.param.yaml]
- ll2_decomposer_param_path [default: $(find-pkg-share yabloc_common)/config/ll2_decomposer.param.yaml]
- output_height [default: height]
- output_ground [default: ground]
- output_ground_markers [default: ground_markers]
- output_ground_status [default: ground_status]
- output_near_cloud [default: near_cloud]
- output_ll2_road_marking [default: ll2_road_marking]
- output_ll2_sign_board [default: ll2_sign_board]
- output_ll2_bounding_box [default: ll2_bounding_box]
- output_sign_board_marker [default: sign_board_marker]
Messages
Services
Plugins
Recent questions tagged yabloc_common 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
- Kento Yabuuchi
- Masahiro Sakamoto
- Yamato Ando
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
yabloc_common
This package contains some executable nodes related to map. Also, This provides some yabloc common library.
ground_server
Purpose
It estimates the height and tilt of the ground from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
input/pose |
geometry_msgs::msg::PoseStamped |
estimated self pose |
Output
Name | Type | Description |
---|---|---|
output/ground |
std_msgs::msg::Float32MultiArray |
estimated ground parameters. it contains x, y, z, normal_x, normal_y, normal_z. |
output/ground_markers |
visualization_msgs::msg::Marker |
visualization of estimated ground plane |
output/ground_status |
std_msgs::msg::String |
status log of ground plane estimation |
output/height |
std_msgs::msg::Float32 |
altitude |
output/near_cloud |
sensor_msgs::msg::PointCloud2 |
point cloud extracted from lanelet2 and used for ground tilt estimation |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ground_server.schema.json”) }}
ll2_decomposer
Purpose
This node extracts the elements related to the road surface markings and yabloc from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
Output
Name | Type | Description |
---|---|---|
output/ll2_bounding_box |
sensor_msgs::msg::PointCloud2 |
bounding boxes extracted from lanelet2 |
output/ll2_road_marking |
sensor_msgs::msg::PointCloud2 |
road surface markings extracted from lanelet2 |
output/ll2_sign_board |
sensor_msgs::msg::PointCloud2 |
traffic sign boards extracted from lanelet2 |
output/sign_board_marker |
visualization_msgs::msg::MarkerArray |
visualized traffic sign boards |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ll2_decomposer.schema.json”) }}
Changelog for package yabloc_common
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
- fix(yabloc_common): fix deprecated autoware_utils header (#10496)
- Contributors: Masaki Baba, 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)
- Contributors: Fumiya Watanabe, 心刚
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)
0.40.0 (2024-12-12)
-
Merge branch 'main' into release-0.40.0
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - localization (#9567)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
- launch/yabloc_common.launch.xml
-
- input_particle_pose [default: /localization/pose_twist_fusion_filter/pose]
- ground_server_param_path [default: $(find-pkg-share yabloc_common)/config/ground_server.param.yaml]
- ll2_decomposer_param_path [default: $(find-pkg-share yabloc_common)/config/ll2_decomposer.param.yaml]
- output_height [default: height]
- output_ground [default: ground]
- output_ground_markers [default: ground_markers]
- output_ground_status [default: ground_status]
- output_near_cloud [default: near_cloud]
- output_ll2_road_marking [default: ll2_road_marking]
- output_ll2_sign_board [default: ll2_sign_board]
- output_ll2_bounding_box [default: ll2_bounding_box]
- output_sign_board_marker [default: sign_board_marker]
Messages
Services
Plugins
Recent questions tagged yabloc_common 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
- Kento Yabuuchi
- Masahiro Sakamoto
- Yamato Ando
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
yabloc_common
This package contains some executable nodes related to map. Also, This provides some yabloc common library.
ground_server
Purpose
It estimates the height and tilt of the ground from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
input/pose |
geometry_msgs::msg::PoseStamped |
estimated self pose |
Output
Name | Type | Description |
---|---|---|
output/ground |
std_msgs::msg::Float32MultiArray |
estimated ground parameters. it contains x, y, z, normal_x, normal_y, normal_z. |
output/ground_markers |
visualization_msgs::msg::Marker |
visualization of estimated ground plane |
output/ground_status |
std_msgs::msg::String |
status log of ground plane estimation |
output/height |
std_msgs::msg::Float32 |
altitude |
output/near_cloud |
sensor_msgs::msg::PointCloud2 |
point cloud extracted from lanelet2 and used for ground tilt estimation |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ground_server.schema.json”) }}
ll2_decomposer
Purpose
This node extracts the elements related to the road surface markings and yabloc from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
Output
Name | Type | Description |
---|---|---|
output/ll2_bounding_box |
sensor_msgs::msg::PointCloud2 |
bounding boxes extracted from lanelet2 |
output/ll2_road_marking |
sensor_msgs::msg::PointCloud2 |
road surface markings extracted from lanelet2 |
output/ll2_sign_board |
sensor_msgs::msg::PointCloud2 |
traffic sign boards extracted from lanelet2 |
output/sign_board_marker |
visualization_msgs::msg::MarkerArray |
visualized traffic sign boards |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ll2_decomposer.schema.json”) }}
Changelog for package yabloc_common
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
- fix(yabloc_common): fix deprecated autoware_utils header (#10496)
- Contributors: Masaki Baba, 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)
- Contributors: Fumiya Watanabe, 心刚
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)
0.40.0 (2024-12-12)
-
Merge branch 'main' into release-0.40.0
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - localization (#9567)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
- launch/yabloc_common.launch.xml
-
- input_particle_pose [default: /localization/pose_twist_fusion_filter/pose]
- ground_server_param_path [default: $(find-pkg-share yabloc_common)/config/ground_server.param.yaml]
- ll2_decomposer_param_path [default: $(find-pkg-share yabloc_common)/config/ll2_decomposer.param.yaml]
- output_height [default: height]
- output_ground [default: ground]
- output_ground_markers [default: ground_markers]
- output_ground_status [default: ground_status]
- output_near_cloud [default: near_cloud]
- output_ll2_road_marking [default: ll2_road_marking]
- output_ll2_sign_board [default: ll2_sign_board]
- output_ll2_bounding_box [default: ll2_bounding_box]
- output_sign_board_marker [default: sign_board_marker]
Messages
Services
Plugins
Recent questions tagged yabloc_common 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
- Kento Yabuuchi
- Masahiro Sakamoto
- Yamato Ando
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
yabloc_common
This package contains some executable nodes related to map. Also, This provides some yabloc common library.
ground_server
Purpose
It estimates the height and tilt of the ground from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
input/pose |
geometry_msgs::msg::PoseStamped |
estimated self pose |
Output
Name | Type | Description |
---|---|---|
output/ground |
std_msgs::msg::Float32MultiArray |
estimated ground parameters. it contains x, y, z, normal_x, normal_y, normal_z. |
output/ground_markers |
visualization_msgs::msg::Marker |
visualization of estimated ground plane |
output/ground_status |
std_msgs::msg::String |
status log of ground plane estimation |
output/height |
std_msgs::msg::Float32 |
altitude |
output/near_cloud |
sensor_msgs::msg::PointCloud2 |
point cloud extracted from lanelet2 and used for ground tilt estimation |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ground_server.schema.json”) }}
ll2_decomposer
Purpose
This node extracts the elements related to the road surface markings and yabloc from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
Output
Name | Type | Description |
---|---|---|
output/ll2_bounding_box |
sensor_msgs::msg::PointCloud2 |
bounding boxes extracted from lanelet2 |
output/ll2_road_marking |
sensor_msgs::msg::PointCloud2 |
road surface markings extracted from lanelet2 |
output/ll2_sign_board |
sensor_msgs::msg::PointCloud2 |
traffic sign boards extracted from lanelet2 |
output/sign_board_marker |
visualization_msgs::msg::MarkerArray |
visualized traffic sign boards |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ll2_decomposer.schema.json”) }}
Changelog for package yabloc_common
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
- fix(yabloc_common): fix deprecated autoware_utils header (#10496)
- Contributors: Masaki Baba, 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)
- Contributors: Fumiya Watanabe, 心刚
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)
0.40.0 (2024-12-12)
-
Merge branch 'main' into release-0.40.0
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - localization (#9567)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
- launch/yabloc_common.launch.xml
-
- input_particle_pose [default: /localization/pose_twist_fusion_filter/pose]
- ground_server_param_path [default: $(find-pkg-share yabloc_common)/config/ground_server.param.yaml]
- ll2_decomposer_param_path [default: $(find-pkg-share yabloc_common)/config/ll2_decomposer.param.yaml]
- output_height [default: height]
- output_ground [default: ground]
- output_ground_markers [default: ground_markers]
- output_ground_status [default: ground_status]
- output_near_cloud [default: near_cloud]
- output_ll2_road_marking [default: ll2_road_marking]
- output_ll2_sign_board [default: ll2_sign_board]
- output_ll2_bounding_box [default: ll2_bounding_box]
- output_sign_board_marker [default: sign_board_marker]
Messages
Services
Plugins
Recent questions tagged yabloc_common 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
- Kento Yabuuchi
- Masahiro Sakamoto
- Yamato Ando
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
yabloc_common
This package contains some executable nodes related to map. Also, This provides some yabloc common library.
ground_server
Purpose
It estimates the height and tilt of the ground from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
input/pose |
geometry_msgs::msg::PoseStamped |
estimated self pose |
Output
Name | Type | Description |
---|---|---|
output/ground |
std_msgs::msg::Float32MultiArray |
estimated ground parameters. it contains x, y, z, normal_x, normal_y, normal_z. |
output/ground_markers |
visualization_msgs::msg::Marker |
visualization of estimated ground plane |
output/ground_status |
std_msgs::msg::String |
status log of ground plane estimation |
output/height |
std_msgs::msg::Float32 |
altitude |
output/near_cloud |
sensor_msgs::msg::PointCloud2 |
point cloud extracted from lanelet2 and used for ground tilt estimation |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ground_server.schema.json”) }}
ll2_decomposer
Purpose
This node extracts the elements related to the road surface markings and yabloc from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
Output
Name | Type | Description |
---|---|---|
output/ll2_bounding_box |
sensor_msgs::msg::PointCloud2 |
bounding boxes extracted from lanelet2 |
output/ll2_road_marking |
sensor_msgs::msg::PointCloud2 |
road surface markings extracted from lanelet2 |
output/ll2_sign_board |
sensor_msgs::msg::PointCloud2 |
traffic sign boards extracted from lanelet2 |
output/sign_board_marker |
visualization_msgs::msg::MarkerArray |
visualized traffic sign boards |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ll2_decomposer.schema.json”) }}
Changelog for package yabloc_common
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
- fix(yabloc_common): fix deprecated autoware_utils header (#10496)
- Contributors: Masaki Baba, 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)
- Contributors: Fumiya Watanabe, 心刚
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)
0.40.0 (2024-12-12)
-
Merge branch 'main' into release-0.40.0
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - localization (#9567)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
- launch/yabloc_common.launch.xml
-
- input_particle_pose [default: /localization/pose_twist_fusion_filter/pose]
- ground_server_param_path [default: $(find-pkg-share yabloc_common)/config/ground_server.param.yaml]
- ll2_decomposer_param_path [default: $(find-pkg-share yabloc_common)/config/ll2_decomposer.param.yaml]
- output_height [default: height]
- output_ground [default: ground]
- output_ground_markers [default: ground_markers]
- output_ground_status [default: ground_status]
- output_near_cloud [default: near_cloud]
- output_ll2_road_marking [default: ll2_road_marking]
- output_ll2_sign_board [default: ll2_sign_board]
- output_ll2_bounding_box [default: ll2_bounding_box]
- output_sign_board_marker [default: sign_board_marker]
Messages
Services
Plugins
Recent questions tagged yabloc_common 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
- Kento Yabuuchi
- Masahiro Sakamoto
- Yamato Ando
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
yabloc_common
This package contains some executable nodes related to map. Also, This provides some yabloc common library.
ground_server
Purpose
It estimates the height and tilt of the ground from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
input/pose |
geometry_msgs::msg::PoseStamped |
estimated self pose |
Output
Name | Type | Description |
---|---|---|
output/ground |
std_msgs::msg::Float32MultiArray |
estimated ground parameters. it contains x, y, z, normal_x, normal_y, normal_z. |
output/ground_markers |
visualization_msgs::msg::Marker |
visualization of estimated ground plane |
output/ground_status |
std_msgs::msg::String |
status log of ground plane estimation |
output/height |
std_msgs::msg::Float32 |
altitude |
output/near_cloud |
sensor_msgs::msg::PointCloud2 |
point cloud extracted from lanelet2 and used for ground tilt estimation |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ground_server.schema.json”) }}
ll2_decomposer
Purpose
This node extracts the elements related to the road surface markings and yabloc from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
Output
Name | Type | Description |
---|---|---|
output/ll2_bounding_box |
sensor_msgs::msg::PointCloud2 |
bounding boxes extracted from lanelet2 |
output/ll2_road_marking |
sensor_msgs::msg::PointCloud2 |
road surface markings extracted from lanelet2 |
output/ll2_sign_board |
sensor_msgs::msg::PointCloud2 |
traffic sign boards extracted from lanelet2 |
output/sign_board_marker |
visualization_msgs::msg::MarkerArray |
visualized traffic sign boards |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ll2_decomposer.schema.json”) }}
Changelog for package yabloc_common
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
- fix(yabloc_common): fix deprecated autoware_utils header (#10496)
- Contributors: Masaki Baba, 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)
- Contributors: Fumiya Watanabe, 心刚
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)
0.40.0 (2024-12-12)
-
Merge branch 'main' into release-0.40.0
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - localization (#9567)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
- launch/yabloc_common.launch.xml
-
- input_particle_pose [default: /localization/pose_twist_fusion_filter/pose]
- ground_server_param_path [default: $(find-pkg-share yabloc_common)/config/ground_server.param.yaml]
- ll2_decomposer_param_path [default: $(find-pkg-share yabloc_common)/config/ll2_decomposer.param.yaml]
- output_height [default: height]
- output_ground [default: ground]
- output_ground_markers [default: ground_markers]
- output_ground_status [default: ground_status]
- output_near_cloud [default: near_cloud]
- output_ll2_road_marking [default: ll2_road_marking]
- output_ll2_sign_board [default: ll2_sign_board]
- output_ll2_bounding_box [default: ll2_bounding_box]
- output_sign_board_marker [default: sign_board_marker]
Messages
Services
Plugins
Recent questions tagged yabloc_common 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
- Kento Yabuuchi
- Masahiro Sakamoto
- Yamato Ando
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
yabloc_common
This package contains some executable nodes related to map. Also, This provides some yabloc common library.
ground_server
Purpose
It estimates the height and tilt of the ground from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
input/pose |
geometry_msgs::msg::PoseStamped |
estimated self pose |
Output
Name | Type | Description |
---|---|---|
output/ground |
std_msgs::msg::Float32MultiArray |
estimated ground parameters. it contains x, y, z, normal_x, normal_y, normal_z. |
output/ground_markers |
visualization_msgs::msg::Marker |
visualization of estimated ground plane |
output/ground_status |
std_msgs::msg::String |
status log of ground plane estimation |
output/height |
std_msgs::msg::Float32 |
altitude |
output/near_cloud |
sensor_msgs::msg::PointCloud2 |
point cloud extracted from lanelet2 and used for ground tilt estimation |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ground_server.schema.json”) }}
ll2_decomposer
Purpose
This node extracts the elements related to the road surface markings and yabloc from lanelet2.
Input / Outputs
Input
Name | Type | Description |
---|---|---|
input/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
vector map |
Output
Name | Type | Description |
---|---|---|
output/ll2_bounding_box |
sensor_msgs::msg::PointCloud2 |
bounding boxes extracted from lanelet2 |
output/ll2_road_marking |
sensor_msgs::msg::PointCloud2 |
road surface markings extracted from lanelet2 |
output/ll2_sign_board |
sensor_msgs::msg::PointCloud2 |
traffic sign boards extracted from lanelet2 |
output/sign_board_marker |
visualization_msgs::msg::MarkerArray |
visualized traffic sign boards |
Parameters
{{ json_to_markdown(“localization/yabloc/yabloc_common/schema/ll2_decomposer.schema.json”) }}
Changelog for package yabloc_common
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
- fix(yabloc_common): fix deprecated autoware_utils header (#10496)
- Contributors: Masaki Baba, 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)
- Contributors: Fumiya Watanabe, 心刚
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)
0.40.0 (2024-12-12)
-
Merge branch 'main' into release-0.40.0
-
Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - localization (#9567)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Launch files
- launch/yabloc_common.launch.xml
-
- input_particle_pose [default: /localization/pose_twist_fusion_filter/pose]
- ground_server_param_path [default: $(find-pkg-share yabloc_common)/config/ground_server.param.yaml]
- ll2_decomposer_param_path [default: $(find-pkg-share yabloc_common)/config/ll2_decomposer.param.yaml]
- output_height [default: height]
- output_ground [default: ground]
- output_ground_markers [default: ground_markers]
- output_ground_status [default: ground_status]
- output_near_cloud [default: near_cloud]
- output_ll2_road_marking [default: ll2_road_marking]
- output_ll2_sign_board [default: ll2_sign_board]
- output_ll2_bounding_box [default: ll2_bounding_box]
- output_sign_board_marker [default: sign_board_marker]