Making MRGS Map
#5952
Replies: 2 comments 3 replies
-
|
You can edit map projection info and send your GPS info of starting point just like the sample planning map from Autoware. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
just like TF, when your local PCD is mapping to MGRS map, Every point in your map is relative. It means that you just need to care about the transform about origin location and other points will get a relative position in the map. So if your PCD map is correct, the MGRS map will be correct. If your localization with GNSS is wrong but moving direction is correct, I think you can check the accuracy of your GNSS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I'm planning to create an MGRS PCD map.
I'm referring to this website.
https://autowarefoundation.github.io/autoware-documentation/main/how-to-guides/integrating-autoware/creating-maps/converting-utm-to-mgrs-map/
The map will be generated using Fast LIO SLAM.
I understand up to the point of converting using GPS information.
My question is as follows:
Is it sufficient to only have the vehicle's starting point (the location where SLAM begins) as GPS information when mapping,
or do I need to have the GPS information for the entire vehicle during the mapping process?
Beta Was this translation helpful? Give feedback.
All reactions