Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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
- Yamato Ando
- Kento Yabuuchi
- Masahiro Sakamoto
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
autoware_map_tf_generator
Purpose
The nodes in this package broadcast the viewer
frame for visualization of the map in RViz.
Note that there is no module to need the viewer
frame and this is used only for visualization.
The following are the supported methods to calculate the position of the viewer
frame:
-
pcd_map_tf_generator_node
outputs the geometric center of all points in the PCD. -
vector_map_tf_generator_node
outputs the geometric center of all points in the point layer.
Inner-workings / Algorithms
Inputs / Outputs
Input
autoware_pcd_map_tf_generator
Name | Type | Description |
---|---|---|
/map/pointcloud_map |
sensor_msgs::msg::PointCloud2 |
Subscribe pointcloud map to calculate position of viewer frames |
autoware_vector_map_tf_generator
Name | Type | Description |
---|---|---|
/map/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
Subscribe vector map to calculate position of viewer frames |
Output
Name | Type | Description |
---|---|---|
/tf_static |
tf2_msgs/msg/TFMessage |
Broadcast viewer frames |
Parameters
Node Parameters
None
Core Parameters
{{ json_to_markdown(“map/autoware_map_tf_generator/schema/map_tf_generator.schema.json”) }}
Assumptions / Known limits
TBD.
Changelog for package autoware_map_tf_generator
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
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)
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 - map (#9568)
-
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)
- 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_gmock | |
ament_lint_auto | |
autoware_lint_common | |
autoware_lanelet2_extension | |
pcl_conversions | |
rclcpp | |
rclcpp_components | |
sensor_msgs | |
tf2 | |
tf2_ros |
System Dependencies
Name |
---|
libpcl-all-dev |
Dependant Packages
Launch files
- launch/map_tf_generator.launch.xml
-
- param_file [default: $(find-pkg-share autoware_map_tf_generator)/config/map_tf_generator.param.yaml]
- input_vector_map_topic [default: /map/vector_map]
Messages
Services
Plugins
Recent questions tagged autoware_map_tf_generator at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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
- Yamato Ando
- Kento Yabuuchi
- Masahiro Sakamoto
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
autoware_map_tf_generator
Purpose
The nodes in this package broadcast the viewer
frame for visualization of the map in RViz.
Note that there is no module to need the viewer
frame and this is used only for visualization.
The following are the supported methods to calculate the position of the viewer
frame:
-
pcd_map_tf_generator_node
outputs the geometric center of all points in the PCD. -
vector_map_tf_generator_node
outputs the geometric center of all points in the point layer.
Inner-workings / Algorithms
Inputs / Outputs
Input
autoware_pcd_map_tf_generator
Name | Type | Description |
---|---|---|
/map/pointcloud_map |
sensor_msgs::msg::PointCloud2 |
Subscribe pointcloud map to calculate position of viewer frames |
autoware_vector_map_tf_generator
Name | Type | Description |
---|---|---|
/map/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
Subscribe vector map to calculate position of viewer frames |
Output
Name | Type | Description |
---|---|---|
/tf_static |
tf2_msgs/msg/TFMessage |
Broadcast viewer frames |
Parameters
Node Parameters
None
Core Parameters
{{ json_to_markdown(“map/autoware_map_tf_generator/schema/map_tf_generator.schema.json”) }}
Assumptions / Known limits
TBD.
Changelog for package autoware_map_tf_generator
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
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)
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 - map (#9568)
-
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)
- 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_gmock | |
ament_lint_auto | |
autoware_lint_common | |
autoware_lanelet2_extension | |
pcl_conversions | |
rclcpp | |
rclcpp_components | |
sensor_msgs | |
tf2 | |
tf2_ros |
System Dependencies
Name |
---|
libpcl-all-dev |
Dependant Packages
Launch files
- launch/map_tf_generator.launch.xml
-
- param_file [default: $(find-pkg-share autoware_map_tf_generator)/config/map_tf_generator.param.yaml]
- input_vector_map_topic [default: /map/vector_map]
Messages
Services
Plugins
Recent questions tagged autoware_map_tf_generator at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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
- Yamato Ando
- Kento Yabuuchi
- Masahiro Sakamoto
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
autoware_map_tf_generator
Purpose
The nodes in this package broadcast the viewer
frame for visualization of the map in RViz.
Note that there is no module to need the viewer
frame and this is used only for visualization.
The following are the supported methods to calculate the position of the viewer
frame:
-
pcd_map_tf_generator_node
outputs the geometric center of all points in the PCD. -
vector_map_tf_generator_node
outputs the geometric center of all points in the point layer.
Inner-workings / Algorithms
Inputs / Outputs
Input
autoware_pcd_map_tf_generator
Name | Type | Description |
---|---|---|
/map/pointcloud_map |
sensor_msgs::msg::PointCloud2 |
Subscribe pointcloud map to calculate position of viewer frames |
autoware_vector_map_tf_generator
Name | Type | Description |
---|---|---|
/map/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
Subscribe vector map to calculate position of viewer frames |
Output
Name | Type | Description |
---|---|---|
/tf_static |
tf2_msgs/msg/TFMessage |
Broadcast viewer frames |
Parameters
Node Parameters
None
Core Parameters
{{ json_to_markdown(“map/autoware_map_tf_generator/schema/map_tf_generator.schema.json”) }}
Assumptions / Known limits
TBD.
Changelog for package autoware_map_tf_generator
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
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)
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 - map (#9568)
-
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)
- 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_gmock | |
ament_lint_auto | |
autoware_lint_common | |
autoware_lanelet2_extension | |
pcl_conversions | |
rclcpp | |
rclcpp_components | |
sensor_msgs | |
tf2 | |
tf2_ros |
System Dependencies
Name |
---|
libpcl-all-dev |
Dependant Packages
Launch files
- launch/map_tf_generator.launch.xml
-
- param_file [default: $(find-pkg-share autoware_map_tf_generator)/config/map_tf_generator.param.yaml]
- input_vector_map_topic [default: /map/vector_map]
Messages
Services
Plugins
Recent questions tagged autoware_map_tf_generator at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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
- Yamato Ando
- Kento Yabuuchi
- Masahiro Sakamoto
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
autoware_map_tf_generator
Purpose
The nodes in this package broadcast the viewer
frame for visualization of the map in RViz.
Note that there is no module to need the viewer
frame and this is used only for visualization.
The following are the supported methods to calculate the position of the viewer
frame:
-
pcd_map_tf_generator_node
outputs the geometric center of all points in the PCD. -
vector_map_tf_generator_node
outputs the geometric center of all points in the point layer.
Inner-workings / Algorithms
Inputs / Outputs
Input
autoware_pcd_map_tf_generator
Name | Type | Description |
---|---|---|
/map/pointcloud_map |
sensor_msgs::msg::PointCloud2 |
Subscribe pointcloud map to calculate position of viewer frames |
autoware_vector_map_tf_generator
Name | Type | Description |
---|---|---|
/map/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
Subscribe vector map to calculate position of viewer frames |
Output
Name | Type | Description |
---|---|---|
/tf_static |
tf2_msgs/msg/TFMessage |
Broadcast viewer frames |
Parameters
Node Parameters
None
Core Parameters
{{ json_to_markdown(“map/autoware_map_tf_generator/schema/map_tf_generator.schema.json”) }}
Assumptions / Known limits
TBD.
Changelog for package autoware_map_tf_generator
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
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)
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 - map (#9568)
-
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)
- 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_gmock | |
ament_lint_auto | |
autoware_lint_common | |
autoware_lanelet2_extension | |
pcl_conversions | |
rclcpp | |
rclcpp_components | |
sensor_msgs | |
tf2 | |
tf2_ros |
System Dependencies
Name |
---|
libpcl-all-dev |
Dependant Packages
Launch files
- launch/map_tf_generator.launch.xml
-
- param_file [default: $(find-pkg-share autoware_map_tf_generator)/config/map_tf_generator.param.yaml]
- input_vector_map_topic [default: /map/vector_map]
Messages
Services
Plugins
Recent questions tagged autoware_map_tf_generator at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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
- Yamato Ando
- Kento Yabuuchi
- Masahiro Sakamoto
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
autoware_map_tf_generator
Purpose
The nodes in this package broadcast the viewer
frame for visualization of the map in RViz.
Note that there is no module to need the viewer
frame and this is used only for visualization.
The following are the supported methods to calculate the position of the viewer
frame:
-
pcd_map_tf_generator_node
outputs the geometric center of all points in the PCD. -
vector_map_tf_generator_node
outputs the geometric center of all points in the point layer.
Inner-workings / Algorithms
Inputs / Outputs
Input
autoware_pcd_map_tf_generator
Name | Type | Description |
---|---|---|
/map/pointcloud_map |
sensor_msgs::msg::PointCloud2 |
Subscribe pointcloud map to calculate position of viewer frames |
autoware_vector_map_tf_generator
Name | Type | Description |
---|---|---|
/map/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
Subscribe vector map to calculate position of viewer frames |
Output
Name | Type | Description |
---|---|---|
/tf_static |
tf2_msgs/msg/TFMessage |
Broadcast viewer frames |
Parameters
Node Parameters
None
Core Parameters
{{ json_to_markdown(“map/autoware_map_tf_generator/schema/map_tf_generator.schema.json”) }}
Assumptions / Known limits
TBD.
Changelog for package autoware_map_tf_generator
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
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)
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 - map (#9568)
-
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)
- 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_gmock | |
ament_lint_auto | |
autoware_lint_common | |
autoware_lanelet2_extension | |
pcl_conversions | |
rclcpp | |
rclcpp_components | |
sensor_msgs | |
tf2 | |
tf2_ros |
System Dependencies
Name |
---|
libpcl-all-dev |
Dependant Packages
Launch files
- launch/map_tf_generator.launch.xml
-
- param_file [default: $(find-pkg-share autoware_map_tf_generator)/config/map_tf_generator.param.yaml]
- input_vector_map_topic [default: /map/vector_map]
Messages
Services
Plugins
Recent questions tagged autoware_map_tf_generator at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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
- Yamato Ando
- Kento Yabuuchi
- Masahiro Sakamoto
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
autoware_map_tf_generator
Purpose
The nodes in this package broadcast the viewer
frame for visualization of the map in RViz.
Note that there is no module to need the viewer
frame and this is used only for visualization.
The following are the supported methods to calculate the position of the viewer
frame:
-
pcd_map_tf_generator_node
outputs the geometric center of all points in the PCD. -
vector_map_tf_generator_node
outputs the geometric center of all points in the point layer.
Inner-workings / Algorithms
Inputs / Outputs
Input
autoware_pcd_map_tf_generator
Name | Type | Description |
---|---|---|
/map/pointcloud_map |
sensor_msgs::msg::PointCloud2 |
Subscribe pointcloud map to calculate position of viewer frames |
autoware_vector_map_tf_generator
Name | Type | Description |
---|---|---|
/map/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
Subscribe vector map to calculate position of viewer frames |
Output
Name | Type | Description |
---|---|---|
/tf_static |
tf2_msgs/msg/TFMessage |
Broadcast viewer frames |
Parameters
Node Parameters
None
Core Parameters
{{ json_to_markdown(“map/autoware_map_tf_generator/schema/map_tf_generator.schema.json”) }}
Assumptions / Known limits
TBD.
Changelog for package autoware_map_tf_generator
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
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)
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 - map (#9568)
-
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)
- 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_gmock | |
ament_lint_auto | |
autoware_lint_common | |
autoware_lanelet2_extension | |
pcl_conversions | |
rclcpp | |
rclcpp_components | |
sensor_msgs | |
tf2 | |
tf2_ros |
System Dependencies
Name |
---|
libpcl-all-dev |
Dependant Packages
Launch files
- launch/map_tf_generator.launch.xml
-
- param_file [default: $(find-pkg-share autoware_map_tf_generator)/config/map_tf_generator.param.yaml]
- input_vector_map_topic [default: /map/vector_map]
Messages
Services
Plugins
Recent questions tagged autoware_map_tf_generator at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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
- Yamato Ando
- Kento Yabuuchi
- Masahiro Sakamoto
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
autoware_map_tf_generator
Purpose
The nodes in this package broadcast the viewer
frame for visualization of the map in RViz.
Note that there is no module to need the viewer
frame and this is used only for visualization.
The following are the supported methods to calculate the position of the viewer
frame:
-
pcd_map_tf_generator_node
outputs the geometric center of all points in the PCD. -
vector_map_tf_generator_node
outputs the geometric center of all points in the point layer.
Inner-workings / Algorithms
Inputs / Outputs
Input
autoware_pcd_map_tf_generator
Name | Type | Description |
---|---|---|
/map/pointcloud_map |
sensor_msgs::msg::PointCloud2 |
Subscribe pointcloud map to calculate position of viewer frames |
autoware_vector_map_tf_generator
Name | Type | Description |
---|---|---|
/map/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
Subscribe vector map to calculate position of viewer frames |
Output
Name | Type | Description |
---|---|---|
/tf_static |
tf2_msgs/msg/TFMessage |
Broadcast viewer frames |
Parameters
Node Parameters
None
Core Parameters
{{ json_to_markdown(“map/autoware_map_tf_generator/schema/map_tf_generator.schema.json”) }}
Assumptions / Known limits
TBD.
Changelog for package autoware_map_tf_generator
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
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)
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 - map (#9568)
-
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)
- 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_gmock | |
ament_lint_auto | |
autoware_lint_common | |
autoware_lanelet2_extension | |
pcl_conversions | |
rclcpp | |
rclcpp_components | |
sensor_msgs | |
tf2 | |
tf2_ros |
System Dependencies
Name |
---|
libpcl-all-dev |
Dependant Packages
Launch files
- launch/map_tf_generator.launch.xml
-
- param_file [default: $(find-pkg-share autoware_map_tf_generator)/config/map_tf_generator.param.yaml]
- input_vector_map_topic [default: /map/vector_map]
Messages
Services
Plugins
Recent questions tagged autoware_map_tf_generator at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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
- Yamato Ando
- Kento Yabuuchi
- Masahiro Sakamoto
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
autoware_map_tf_generator
Purpose
The nodes in this package broadcast the viewer
frame for visualization of the map in RViz.
Note that there is no module to need the viewer
frame and this is used only for visualization.
The following are the supported methods to calculate the position of the viewer
frame:
-
pcd_map_tf_generator_node
outputs the geometric center of all points in the PCD. -
vector_map_tf_generator_node
outputs the geometric center of all points in the point layer.
Inner-workings / Algorithms
Inputs / Outputs
Input
autoware_pcd_map_tf_generator
Name | Type | Description |
---|---|---|
/map/pointcloud_map |
sensor_msgs::msg::PointCloud2 |
Subscribe pointcloud map to calculate position of viewer frames |
autoware_vector_map_tf_generator
Name | Type | Description |
---|---|---|
/map/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
Subscribe vector map to calculate position of viewer frames |
Output
Name | Type | Description |
---|---|---|
/tf_static |
tf2_msgs/msg/TFMessage |
Broadcast viewer frames |
Parameters
Node Parameters
None
Core Parameters
{{ json_to_markdown(“map/autoware_map_tf_generator/schema/map_tf_generator.schema.json”) }}
Assumptions / Known limits
TBD.
Changelog for package autoware_map_tf_generator
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
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)
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 - map (#9568)
-
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)
- 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_gmock | |
ament_lint_auto | |
autoware_lint_common | |
autoware_lanelet2_extension | |
pcl_conversions | |
rclcpp | |
rclcpp_components | |
sensor_msgs | |
tf2 | |
tf2_ros |
System Dependencies
Name |
---|
libpcl-all-dev |
Dependant Packages
Launch files
- launch/map_tf_generator.launch.xml
-
- param_file [default: $(find-pkg-share autoware_map_tf_generator)/config/map_tf_generator.param.yaml]
- input_vector_map_topic [default: /map/vector_map]
Messages
Services
Plugins
Recent questions tagged autoware_map_tf_generator at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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
- Yamato Ando
- Kento Yabuuchi
- Masahiro Sakamoto
- NGUYEN Viet Anh
- Taiki Yamada
- Shintaro Sakoda
- Ryu Yamamoto
Authors
autoware_map_tf_generator
Purpose
The nodes in this package broadcast the viewer
frame for visualization of the map in RViz.
Note that there is no module to need the viewer
frame and this is used only for visualization.
The following are the supported methods to calculate the position of the viewer
frame:
-
pcd_map_tf_generator_node
outputs the geometric center of all points in the PCD. -
vector_map_tf_generator_node
outputs the geometric center of all points in the point layer.
Inner-workings / Algorithms
Inputs / Outputs
Input
autoware_pcd_map_tf_generator
Name | Type | Description |
---|---|---|
/map/pointcloud_map |
sensor_msgs::msg::PointCloud2 |
Subscribe pointcloud map to calculate position of viewer frames |
autoware_vector_map_tf_generator
Name | Type | Description |
---|---|---|
/map/vector_map |
autoware_map_msgs::msg::LaneletMapBin |
Subscribe vector map to calculate position of viewer frames |
Output
Name | Type | Description |
---|---|---|
/tf_static |
tf2_msgs/msg/TFMessage |
Broadcast viewer frames |
Parameters
Node Parameters
None
Core Parameters
{{ json_to_markdown(“map/autoware_map_tf_generator/schema/map_tf_generator.schema.json”) }}
Assumptions / Known limits
TBD.
Changelog for package autoware_map_tf_generator
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
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)
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 - map (#9568)
-
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)
- 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_cmake_gmock | |
ament_lint_auto | |
autoware_lint_common | |
autoware_lanelet2_extension | |
pcl_conversions | |
rclcpp | |
rclcpp_components | |
sensor_msgs | |
tf2 | |
tf2_ros |
System Dependencies
Name |
---|
libpcl-all-dev |
Dependant Packages
Launch files
- launch/map_tf_generator.launch.xml
-
- param_file [default: $(find-pkg-share autoware_map_tf_generator)/config/map_tf_generator.param.yaml]
- input_vector_map_topic [default: /map/vector_map]