Skip to content

feat(pointcloud projection converter): add new package, pointcloud projection converter #254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

YamatoAndo
Copy link
Contributor

Description

This is a tool for converting the coordinate system of a PCD map.
Currently, it only supports converting from the MGRS coordinate system to a Transverse Mercator coordinate system with an arbitrary origin.

How was this PR tested?

  • prepare a single pcd map like the autoware sample map.
    If you are using multiple split pcd maps, you need to merge them into a single pcd map (merge tool).

  • prepare config files containing the parameters before and after the coordinate transformation. Please refer to the files in the config folder as examples for how to write it.

  • Run the conversion using the following command:

    ros2 autoware_pointcloud_projection_converter pointcloud_projection_converter path_to_input_yaml path_to_output_yaml 
    path_to_input_pcd_file path_to_output_pcd_file
    
  • [optional] Divide the output PCD map (divide tool).

  • Launch Autoware using the output pcd map and the config file (after the coordinate transformation) to confirm that works correctly.

Notes for reviewers

None.

Effects on system behavior

None.

Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
Copy link

github-actions bot commented May 16, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

pre-commit-ci bot and others added 5 commits May 16, 2025 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant