How to build a map using slam_gmapping & amcl
Hi,
I want to build a map using slam_gmapping algorithm with rplidar data. Now I could generate a good map with high quality when the rplidar is static, which I mean the map with clear boundary. However, when I move the rplidar with my hand, the boundary is not that smooth. I think the reason for this is the bad result of scan register when moving the rplidar. Since AMCL could estimate the location of rplidar, I want to use this information with slam_gmapping to generate a map with good quality. Is it possible to get it? If yes, how?Thanks very much! :)