Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please help me.. there are too many obstacles in the graph view. #1322

Open
kuacboss opened this issue Aug 7, 2024 · 3 comments
Open

Please help me.. there are too many obstacles in the graph view. #1322

kuacboss opened this issue Aug 7, 2024 · 3 comments

Comments

@kuacboss
Copy link

kuacboss commented Aug 7, 2024

Screenshot from 2024-08-07 19-58-20
I am a beginner. I mapped the school hallway and it looks like this even though there are no obstacles. Does this black color represent matched feature points? If so, is there a way to prevent me from recognizing the ceiling or floor features as obstacles (black)?

@matlabbe
Copy link
Member

matlabbe commented Aug 12, 2024

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
Copy link
Author

I am using realsense 455 for my robot. The biggest problem is that, as in other maps, when you visit the same place on a 2D map, the previous map information is erased and a black point cloud appears, ruining the map.
sm
sm1

@matlabbe
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants