It is possible to create a map with rtabmap using the laser and obtaining 3D point cloud at the same time?
Hello,
I'm using rtabmap in order to carry out rgbd slam using a rgbd camera, odometry and a fake laser scan obtained from the rgbd camera. When I execute rtabmap, the generated grid_map is different if I set grid/fromDepth parameter to true or false.
If a set grid/fromDepth parameter to false, the map is created using the laser scan data, and the map obtained is good. However, if I try to visualize the cloud_map in rviz or saving this point cloud to a pcd file, only the points of the laser scan are visualized/saved.
On the other hand, if I set grid/fromDepth to true, I can visualize the complete 3D point cloud from cloud_map in rviz, and the pcd saved contains the complete point cloud. However, the generated grid_map is not too good, because is generated using all the points, not only the laser scan information.
Is there any way of creating the grid_map only using the laser scan information, and obtaining the complete 3D point cloud in cloud_map at the same time?
Thank you very much in advanced!