Use both point cloud and laserscan with navigation stack
Good Day,
I have a depthimage camera with associated ros package to generate point cloud data on my/points topic and an Rplidar that generates laserscan data on the/scan topic. I have the nav stack working with the laserscan/scan topic but now I also want to use the forward facing depth camera. I review the navigation stack documentation, is it as simple as adding another obstacle layer to cosmap that uses the point cloud /points topic?
Regards,