Visualize lsd_slam point cloud with rviz
I am working on creating an octomap for dynamic path planning, for which I am using LSD_SLAM package. I could set up lsd_slam on a quadrotor and visualize it on the viewer provided with the package. But, to create live map, I need a rviz compatible pointcloud topic which the lsd_slam is not publishing. Is there any implementations similar to the problem at hand, or what approach should I use to move forward?
Have you figured it out?