Google Cartographer 3D map for localization [closed]
Hello, I want to use google cartographer 3d pure localization in my project. I have Velodyne VLP-16 LIDAR. First I will create a 3D Map for localization. So cartographer will use this pbstream file for localization.
In 3D, cartographer does not publish a 2D occupancy grid map so i will create 2D map with slam-gmapping for ROS navigation Stack. I plan to use cartographer only for localization instead of AMCL.
Localization and Navigation will be made on different maps. It is a problem.
My question is ; how I can make Cartograpger 3D localization and ROS Navigation Stack work together?