Hi,
Is the map constructed from an RGB-D camera? I'll assume that for the following.
Objects can be filtered with different approaches. If you can detect the object to filter in the RGB or depth image, you can mask the depth image before feeding it to rtabmap, so no points will be created on the object.
If its not a problem to manually remove the objects, you can use
rtabmap-databaseViewer and edit the depth images to erase the unwanted objects. See the mirror removal step 4 on this
tutorial.
Another approach is to use the OctoMap outputs of rtabmap. With the following parameters:
Grid/3D=true
Grid/RayTracing=true
and subscribing to /rtabmap/octomap_**** topics, the dynamic objects can be cleared from the map.
cheers,
Mathieu