How to simplify the tuning of meshing parameters in rtabmap
I have a result from rtabmap process that is in rtabmap.db The point cloud and the odometer looks good, but I have trouble to create a textured mesh
I load the data with rtabmap standalone rtabmap ~/.ros/rtabmap.db
After several trials and errors I found the correct settings for the reconstruction of the point cloud, and Cloud filtering I then move on to tune the Meshing parameters. As I repeat the process of trial and error I have to repeat the point cloud regeneration, and cloud filtering, for every trial, which slows down the process considerably. Is there a way to save intermediate results into a temporary database, so that I can work off the temporary database and concentrate only on the meshing parameters?
This question also relates to my other question on how to reduce the point cloud during tuning of the rtabmap parameters
Thanks, Avner