See answer on same issue on github:
https://github.com/introlab/rtabmap_ros/issues/1259When setting RGBD/Enabled to false, rtabmap will only "localize" in term of images, no metric poses will be computed/updated. That is a mode most people will never use, unless you are evaluating only the appearance-based loop closure detection approach of rtabmap.
bobi wrote
Second thing: If I’m in localization mode and detect loop closures, will my drone re-localize itself using those loop closures, even if it doesn’t know its position in the mapped room?
Yes, it will then know its position in the room after re-localizing in it.