Issue facing in rtabmap_ros during localization at night time
Hi, I am working on one project for which I am using rtabmap_ros package for localization, but I am facing one issue in it. As we knew rtabmap_ros package uses the following image data
<remap from="rgb/image" to="/camera/qhd/image_color"/>
<remap from="depth/image" to="/camera/qhd/image_depth_rect"/>
<remap from="rgb/camera_info" to="/camera/qhd/camera_info"/>
for mapping and localization. During day time the pkg localizes the mobile robot perfectly without any issue But at evening time, as we make light's on, it doesn't gets localize at some position. Please can any one suggest me Why it's not getting localize and what must be issue in. Or do we have to remap this image topic to other images type. Also Is there any parameter to solve this issue in rtabmap_ros pkg?