RTabMap map disappearing [closed]
Hi All,
I am trying to make a 3D map of my office as the first step in a new project involving 3D mapping using an Intel Realsense F200 RGBD camera. I've got the camera working and am tweaking parameters in rtabmap_ros. I am having an issue though with the map disappearing. I've set time_threshold to 0 in as apparently that can make older parts of the map disappear. I've also set map_filter_rad to 0 for the same reason. Neither of these worked however, I can still only see what the camera sees at that time. If anyone knows how to fix this I would greatly appreciate the help.
Thanks
[EDIT] I am getting a cloud map in RVIZ now, but the coloured map that should show up in rtabmapviz is still only showing me what is in the camera's view at that moment. Areas that fall out of view as I move the camera disappear.
[EDIT2] For some reason I couldn't upload the db here so I have made a github repo with it and the launch file I am using at https://github.com/NCharabaruk/rtabma...
If you subscribe to /rtabmap/cloud_map in RVIZ, do you see something? If you see only the current camera cloud, the map may not be published. Do you have warnings on the terminal?
You are most wise. I am not in fact receiving a map. The terminal states
Can you post the generated database of a small scan? (see
~/.ros/rtabmap.db
)