ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

I want to convert autoware sample moriama ROS data XYZ values (-14809, -84683, 37) to utm coordinates. Any leads on this ?

asked 2021-03-04 23:35:35 -0600

rajasekhar bhuma gravatar image

I want to convert autoware sample moriama ROS data XYZ values (-14809, -84683, 37) to utm coordinates. Any leads on this ?

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
0

answered 2021-03-05 13:43:47 -0600

JoloGermanAg gravatar image

To give a starting point, the coordinates are in Japanese Plane Rectangular CS system, I haven't worked with autoware for a while but there used to be an option in the online map viewer (https://tools.tier4.jp/) but i am unsure if it converts the coordinates.

edit flag offensive delete link more
0

answered 2021-03-06 12:02:18 -0600

Josh Whitley gravatar image

I recommend using GeographicLib to perform the conversion. One part of the conversion is probably UTMUPS. However, you'll probably need another conversion first. Hope this gets you started.

edit flag offensive delete link more
0

answered 2021-03-08 00:34:36 -0600

Hatem gravatar image

Use ASSURE mapping tool. In the options dialog use "+proj=tmerc +lat_0=36 +lon_0=137.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0" as the projection string.

Regards,

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-03-04 23:35:35 -0600

Seen: 154 times

Last updated: Mar 08 '21