Package Summary
Tags | No category tags. |
Version | 0.2.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-31 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Taiki Yamada
- Shintaro Sakoda
- Anh Nguyen
- Ryu Yamamoto
- Masahiro Sakamoto
Authors
- Koji Minoda
Point Cloud Projection Converter
This project includes a tool for converting point cloud data between different geodetic projection systems. The projection systems supported to convert from MGRS to Transverse Mercator.
The conversion details (input and output projection types) are specified in two YAML configuration files.
For example, to convert from MGRS to Transverse Mercator projection, you would use configuration files like this:
# input.yaml
projector_type: "MGRS"
mgrs_grid: "54SUE"
# output.yaml
projector_type: "TransverseMercator"
map_origin:
latitude: xx
longitude: yy
Dependencies
- PCL (Point Cloud Library) 1.3 or higher
- yaml-cpp
- GeographicLib
- OpenMP
Usage
ros2 run autoware_pointcloud_projection_converter pointcloud_projection_converter path_to_input_pcd_file path_to_output_pcd_file path_to_input_yaml path_to_output_yaml
Replace path_to_pointcloud_file
, path_to_output_pcd_file
, path_to_input_yaml
, and path_to_output_yaml
with the paths to your input YAML configuration file, output YAML configuration file, and PCD file, respectively.
Special thanks
This package reuses code from kminoda/projection_converter. We have received permission to use it through this inquiry.
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/pointcloud_projection_converter.launch.xml
-
- input_pcd_file
- output_pcd_file
- input_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/input.yaml]
- output_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/output.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_pointcloud_projection_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.2.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-31 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Taiki Yamada
- Shintaro Sakoda
- Anh Nguyen
- Ryu Yamamoto
- Masahiro Sakamoto
Authors
- Koji Minoda
Point Cloud Projection Converter
This project includes a tool for converting point cloud data between different geodetic projection systems. The projection systems supported to convert from MGRS to Transverse Mercator.
The conversion details (input and output projection types) are specified in two YAML configuration files.
For example, to convert from MGRS to Transverse Mercator projection, you would use configuration files like this:
# input.yaml
projector_type: "MGRS"
mgrs_grid: "54SUE"
# output.yaml
projector_type: "TransverseMercator"
map_origin:
latitude: xx
longitude: yy
Dependencies
- PCL (Point Cloud Library) 1.3 or higher
- yaml-cpp
- GeographicLib
- OpenMP
Usage
ros2 run autoware_pointcloud_projection_converter pointcloud_projection_converter path_to_input_pcd_file path_to_output_pcd_file path_to_input_yaml path_to_output_yaml
Replace path_to_pointcloud_file
, path_to_output_pcd_file
, path_to_input_yaml
, and path_to_output_yaml
with the paths to your input YAML configuration file, output YAML configuration file, and PCD file, respectively.
Special thanks
This package reuses code from kminoda/projection_converter. We have received permission to use it through this inquiry.
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/pointcloud_projection_converter.launch.xml
-
- input_pcd_file
- output_pcd_file
- input_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/input.yaml]
- output_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/output.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_pointcloud_projection_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.2.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-31 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Taiki Yamada
- Shintaro Sakoda
- Anh Nguyen
- Ryu Yamamoto
- Masahiro Sakamoto
Authors
- Koji Minoda
Point Cloud Projection Converter
This project includes a tool for converting point cloud data between different geodetic projection systems. The projection systems supported to convert from MGRS to Transverse Mercator.
The conversion details (input and output projection types) are specified in two YAML configuration files.
For example, to convert from MGRS to Transverse Mercator projection, you would use configuration files like this:
# input.yaml
projector_type: "MGRS"
mgrs_grid: "54SUE"
# output.yaml
projector_type: "TransverseMercator"
map_origin:
latitude: xx
longitude: yy
Dependencies
- PCL (Point Cloud Library) 1.3 or higher
- yaml-cpp
- GeographicLib
- OpenMP
Usage
ros2 run autoware_pointcloud_projection_converter pointcloud_projection_converter path_to_input_pcd_file path_to_output_pcd_file path_to_input_yaml path_to_output_yaml
Replace path_to_pointcloud_file
, path_to_output_pcd_file
, path_to_input_yaml
, and path_to_output_yaml
with the paths to your input YAML configuration file, output YAML configuration file, and PCD file, respectively.
Special thanks
This package reuses code from kminoda/projection_converter. We have received permission to use it through this inquiry.
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/pointcloud_projection_converter.launch.xml
-
- input_pcd_file
- output_pcd_file
- input_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/input.yaml]
- output_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/output.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_pointcloud_projection_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.2.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-31 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Taiki Yamada
- Shintaro Sakoda
- Anh Nguyen
- Ryu Yamamoto
- Masahiro Sakamoto
Authors
- Koji Minoda
Point Cloud Projection Converter
This project includes a tool for converting point cloud data between different geodetic projection systems. The projection systems supported to convert from MGRS to Transverse Mercator.
The conversion details (input and output projection types) are specified in two YAML configuration files.
For example, to convert from MGRS to Transverse Mercator projection, you would use configuration files like this:
# input.yaml
projector_type: "MGRS"
mgrs_grid: "54SUE"
# output.yaml
projector_type: "TransverseMercator"
map_origin:
latitude: xx
longitude: yy
Dependencies
- PCL (Point Cloud Library) 1.3 or higher
- yaml-cpp
- GeographicLib
- OpenMP
Usage
ros2 run autoware_pointcloud_projection_converter pointcloud_projection_converter path_to_input_pcd_file path_to_output_pcd_file path_to_input_yaml path_to_output_yaml
Replace path_to_pointcloud_file
, path_to_output_pcd_file
, path_to_input_yaml
, and path_to_output_yaml
with the paths to your input YAML configuration file, output YAML configuration file, and PCD file, respectively.
Special thanks
This package reuses code from kminoda/projection_converter. We have received permission to use it through this inquiry.
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/pointcloud_projection_converter.launch.xml
-
- input_pcd_file
- output_pcd_file
- input_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/input.yaml]
- output_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/output.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_pointcloud_projection_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.2.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-31 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Taiki Yamada
- Shintaro Sakoda
- Anh Nguyen
- Ryu Yamamoto
- Masahiro Sakamoto
Authors
- Koji Minoda
Point Cloud Projection Converter
This project includes a tool for converting point cloud data between different geodetic projection systems. The projection systems supported to convert from MGRS to Transverse Mercator.
The conversion details (input and output projection types) are specified in two YAML configuration files.
For example, to convert from MGRS to Transverse Mercator projection, you would use configuration files like this:
# input.yaml
projector_type: "MGRS"
mgrs_grid: "54SUE"
# output.yaml
projector_type: "TransverseMercator"
map_origin:
latitude: xx
longitude: yy
Dependencies
- PCL (Point Cloud Library) 1.3 or higher
- yaml-cpp
- GeographicLib
- OpenMP
Usage
ros2 run autoware_pointcloud_projection_converter pointcloud_projection_converter path_to_input_pcd_file path_to_output_pcd_file path_to_input_yaml path_to_output_yaml
Replace path_to_pointcloud_file
, path_to_output_pcd_file
, path_to_input_yaml
, and path_to_output_yaml
with the paths to your input YAML configuration file, output YAML configuration file, and PCD file, respectively.
Special thanks
This package reuses code from kminoda/projection_converter. We have received permission to use it through this inquiry.
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/pointcloud_projection_converter.launch.xml
-
- input_pcd_file
- output_pcd_file
- input_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/input.yaml]
- output_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/output.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_pointcloud_projection_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.2.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-31 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Taiki Yamada
- Shintaro Sakoda
- Anh Nguyen
- Ryu Yamamoto
- Masahiro Sakamoto
Authors
- Koji Minoda
Point Cloud Projection Converter
This project includes a tool for converting point cloud data between different geodetic projection systems. The projection systems supported to convert from MGRS to Transverse Mercator.
The conversion details (input and output projection types) are specified in two YAML configuration files.
For example, to convert from MGRS to Transverse Mercator projection, you would use configuration files like this:
# input.yaml
projector_type: "MGRS"
mgrs_grid: "54SUE"
# output.yaml
projector_type: "TransverseMercator"
map_origin:
latitude: xx
longitude: yy
Dependencies
- PCL (Point Cloud Library) 1.3 or higher
- yaml-cpp
- GeographicLib
- OpenMP
Usage
ros2 run autoware_pointcloud_projection_converter pointcloud_projection_converter path_to_input_pcd_file path_to_output_pcd_file path_to_input_yaml path_to_output_yaml
Replace path_to_pointcloud_file
, path_to_output_pcd_file
, path_to_input_yaml
, and path_to_output_yaml
with the paths to your input YAML configuration file, output YAML configuration file, and PCD file, respectively.
Special thanks
This package reuses code from kminoda/projection_converter. We have received permission to use it through this inquiry.
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/pointcloud_projection_converter.launch.xml
-
- input_pcd_file
- output_pcd_file
- input_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/input.yaml]
- output_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/output.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_pointcloud_projection_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.2.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-31 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Taiki Yamada
- Shintaro Sakoda
- Anh Nguyen
- Ryu Yamamoto
- Masahiro Sakamoto
Authors
- Koji Minoda
Point Cloud Projection Converter
This project includes a tool for converting point cloud data between different geodetic projection systems. The projection systems supported to convert from MGRS to Transverse Mercator.
The conversion details (input and output projection types) are specified in two YAML configuration files.
For example, to convert from MGRS to Transverse Mercator projection, you would use configuration files like this:
# input.yaml
projector_type: "MGRS"
mgrs_grid: "54SUE"
# output.yaml
projector_type: "TransverseMercator"
map_origin:
latitude: xx
longitude: yy
Dependencies
- PCL (Point Cloud Library) 1.3 or higher
- yaml-cpp
- GeographicLib
- OpenMP
Usage
ros2 run autoware_pointcloud_projection_converter pointcloud_projection_converter path_to_input_pcd_file path_to_output_pcd_file path_to_input_yaml path_to_output_yaml
Replace path_to_pointcloud_file
, path_to_output_pcd_file
, path_to_input_yaml
, and path_to_output_yaml
with the paths to your input YAML configuration file, output YAML configuration file, and PCD file, respectively.
Special thanks
This package reuses code from kminoda/projection_converter. We have received permission to use it through this inquiry.
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/pointcloud_projection_converter.launch.xml
-
- input_pcd_file
- output_pcd_file
- input_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/input.yaml]
- output_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/output.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_pointcloud_projection_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.2.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-31 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Taiki Yamada
- Shintaro Sakoda
- Anh Nguyen
- Ryu Yamamoto
- Masahiro Sakamoto
Authors
- Koji Minoda
Point Cloud Projection Converter
This project includes a tool for converting point cloud data between different geodetic projection systems. The projection systems supported to convert from MGRS to Transverse Mercator.
The conversion details (input and output projection types) are specified in two YAML configuration files.
For example, to convert from MGRS to Transverse Mercator projection, you would use configuration files like this:
# input.yaml
projector_type: "MGRS"
mgrs_grid: "54SUE"
# output.yaml
projector_type: "TransverseMercator"
map_origin:
latitude: xx
longitude: yy
Dependencies
- PCL (Point Cloud Library) 1.3 or higher
- yaml-cpp
- GeographicLib
- OpenMP
Usage
ros2 run autoware_pointcloud_projection_converter pointcloud_projection_converter path_to_input_pcd_file path_to_output_pcd_file path_to_input_yaml path_to_output_yaml
Replace path_to_pointcloud_file
, path_to_output_pcd_file
, path_to_input_yaml
, and path_to_output_yaml
with the paths to your input YAML configuration file, output YAML configuration file, and PCD file, respectively.
Special thanks
This package reuses code from kminoda/projection_converter. We have received permission to use it through this inquiry.
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/pointcloud_projection_converter.launch.xml
-
- input_pcd_file
- output_pcd_file
- input_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/input.yaml]
- output_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/output.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_pointcloud_projection_converter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.2.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_tools.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-07-31 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yamato Ando
- Taiki Yamada
- Shintaro Sakoda
- Anh Nguyen
- Ryu Yamamoto
- Masahiro Sakamoto
Authors
- Koji Minoda
Point Cloud Projection Converter
This project includes a tool for converting point cloud data between different geodetic projection systems. The projection systems supported to convert from MGRS to Transverse Mercator.
The conversion details (input and output projection types) are specified in two YAML configuration files.
For example, to convert from MGRS to Transverse Mercator projection, you would use configuration files like this:
# input.yaml
projector_type: "MGRS"
mgrs_grid: "54SUE"
# output.yaml
projector_type: "TransverseMercator"
map_origin:
latitude: xx
longitude: yy
Dependencies
- PCL (Point Cloud Library) 1.3 or higher
- yaml-cpp
- GeographicLib
- OpenMP
Usage
ros2 run autoware_pointcloud_projection_converter pointcloud_projection_converter path_to_input_pcd_file path_to_output_pcd_file path_to_input_yaml path_to_output_yaml
Replace path_to_pointcloud_file
, path_to_output_pcd_file
, path_to_input_yaml
, and path_to_output_yaml
with the paths to your input YAML configuration file, output YAML configuration file, and PCD file, respectively.
Special thanks
This package reuses code from kminoda/projection_converter. We have received permission to use it through this inquiry.
Package Dependencies
System Dependencies
Dependant Packages
Launch files
- launch/pointcloud_projection_converter.launch.xml
-
- input_pcd_file
- output_pcd_file
- input_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/input.yaml]
- output_config_file [default: $(find-pkg-share autoware_pointcloud_projection_converter)/config/output.yaml]