I used Cartographer on implementing 2d SLAM and 3d with one VLP-16 and it was great. I'm now using Cartographer 3d to do outdoor SLAM with several VLP-16 Velodyne LiDARs(up to four).
But when I try to use more than one LiDAR, the data keeps blinking and the map is not properly made. So I made the package that merges point cloud into one topic. But in this case, it fails on doing loop closure. Is there something I need to do in tuning the configuration?
Hello,
I used Cartographer on implementing 2d SLAM and 3d with one VLP-16 and it was great. I'm now using Cartographer 3d to do outdoor SLAM with several VLP-16 Velodyne LiDARs(up to four). But when I try to use more than one LiDAR, the data keeps blinking and the map is not properly made. So I made the package that merges point cloud into one topic. But in this case, it fails on doing loop closure. Is there something I need to do in tuning the configuration?
Here are the files
rosbag_validate result https://gist.github.com/glxycruzer/405f2dd75e875e75151e36cc62c2e3e0
cartographer_ros configuration, launch, and URDF files https://github.com/glxycruzer/cartographer_ros (file with the name of my_robot_multi are the ones that uses four LiDARs)
Link to a bag file(I had to cut the bag file because of the massive file size) https://drive.google.com/open?id=17AYBYqJ_eNTzIYU8_q03LEmuvxtaEOiP
Thank you for your great work. I really appreciate it.