How to match Point Cloud Map with Vector Map in Lanelet2 Format
Hello to everyone;
I want to match the point cloud data and the vector map data in RVIZ. However, they don't match. There are a huge gap between them in RVIZ. For example, the point cloud map is at x = 120, y = 80 in map frame while the vector map is at x = 77515, y = 11469 in also map frame. When I searched the reason of that at internet, I saw that the vector map is located in MGRS coordinate system while the point cloud map is located in arbitrary system. However, I didn't find any solution to match them automatically. Is there anyone having any idea?
Note: I matched them by using static_transform_publisher but it is not a method doing the matching in high accuracy. I want to use any other method doing this process automatically and in high accuracy.
Best regards.
Please take a look at this question: #q379621 as I believe you may find your answer there.