I have been able to create a map of my gazebo world using rtabmap and now I am trying to do robot navigation using move_base. However, rtabmap rgbd odometry gets lost right after the robot starts moving. I have seen the lost odometry section from this page but even after increasing the update rate of the camera plugin, the odometry could not be resolved.
In simulated environment like that, rgbd_odometry won't work very well. Don't set Kp/RoiRatios on rgbd_oodmetry, you are filtering all close features useful for odometry (well, you can remove this whole part). With odometry node, use Vis/DepthAsMask, not Mem/DepthAsMask.
Your map was created with husky's odometry? Why not using it during localization/navigation too? The map looks relatively good.