Skip to content
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

Feature/coordinate transformer #1305

Closed
wants to merge 7 commits into from

Conversation

daifuku07
Copy link

Status

DEVELOPMENT

Description

Added function to convert PCD map to MGRS coordinates. Then divide PCD into 100m square.
For details of MGRS, please refer to (https://en.wikipedia.org/wiki/Military_Grid_Reference_System).

Todos

  • Documentation

Steps to Test or Reproduce

./devel/lib/map_tools/pcd_jpxy2mgrs "Point type[PointXYZ|PointXYZI|PointXYZRGB]" "JP plane num" "pcd file name(Multiple file possible)"

The PCDs are stored as "MGRS_unix time.pcd" in MGRS coordinate system.

lat. lng. convert to UTM
Convert point (x, y) in lat lon format to MGRS format
Corresponds to Point{XYZ, XYZI, XYZRGB}
corresponding to the Japanese palane cordinate system.
@mitsudome-r mitsudome-r mentioned this pull request Jan 15, 2019
2 tasks
@gbiggs
Copy link

gbiggs commented Mar 15, 2019

@daifuku07 Is this PR still valid?

@gbiggs gbiggs added type:new-feature New functionalities or additions, feature requests. in progress labels Mar 15, 2019
@gbiggs gbiggs closed this May 29, 2020
@gbiggs gbiggs deleted the feature/coordinate_transformer branch May 29, 2020 07:41
@mitsudome-r mitsudome-r added the version:autoware-ai Autoware.AI label Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:new-feature New functionalities or additions, feature requests. version:autoware-ai Autoware.AI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants