autocore-ai / MapToolbox

Plugins to make Autoware vector maps in Unity
GNU Lesser General Public License v3.0
252 stars 98 forks source link

Real world coordinate system #64

Closed ghost closed 3 years ago

ghost commented 3 years ago

I'm in some trouble and I'm looking for help. I want to modify the map corresponding to the world coordinate system, but I don't know how to operate it. I hope to get help

moelang commented 3 years ago

What‘s the type if world coordinate system? To custom this tool I suggest add coordinate translate between import and export map files because unity inbuild world coordinate use single precision floating point precision, which makes it difficult to operate at faraway distances

ghost commented 3 years ago

Thank you very much. This problem has been solved. Thank you