On the problem of sensor fusion mapping
I have a robot with an RGB - D camera and a 2D laser radar. I want to use the RGB - D camera to detect obstacles that are not detected by the laser radar and then convert the data into laser messages. Finally, the laser message after the fusion of the two is imported into gmapping to build a complete two-dimensional grid map. I wonder if this idea is feasible, or if there are any open source projects that can be used directly.