How to align GNSS with locally created LiDAR maps (DLIO / RTAB-Map) in Autoware? #6844
Unanswered
adityac-ymsli
asked this question in
Q&A
Replies: 0 comments
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 Team,
I am working on Autoware localization using a LiDAR map that was created using third-party SLAM packages:
The LiDAR sensors used for mapping are (Either is available):
The map generated by these tools is in a local Cartesian coordinate frame (starting at 0,0,0).
I am also using a GPS sensor that provides global position (latitude, longitude, altitude).
My confusion is:
Since GNSS provides pose in a global coordinate system and the LiDAR map is locally created, how does Autoware align the GPS pose with the LiDAR map?
Additionally:
I would appreciate clarification on the proper coordinate transformation pipeline when combining GNSS with third-party SLAM-generated maps or if there is any other internal method supported for the same.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions