Please help me.. there are too many obstacles in the graph view.
kuacboss opened this issue · 3 comments
kuacboss commented
matlabbe commented
you can look at Grid/
parameters:
rtabmap --params | grep Grid/
[...]
Param: Grid/MaxObstacleHeight = "0.0" [Maximum obstacles height (0=disabled).]
So to filter ceiling, you could add --Grid/MaxObstacleHeight 1.5
to rtabmap arguments.
By default the floor should not be detected as obstacle. How are you mapping? in 2D, 3D? on a robot?
kuacboss commented
matlabbe commented
Can you share the database?
If stereo data gets too noisy, you may just use a simple thresholding of the floor by turning off normals segmentation (Grid/NormalsSegmentation=false
) and set Grid/MaxGroundHeight
to 0.1
m for example.