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

Cartographer Map obstacles keep disappearing #1818

Open
wbzi opened this issue Apr 8, 2024 · 2 comments
Open

Cartographer Map obstacles keep disappearing #1818

wbzi opened this issue Apr 8, 2024 · 2 comments

Comments

@wbzi
Copy link

wbzi commented Apr 8, 2024

Hi, I am trying to map an area in which there are desks and chairs. When I walk in one direction the tables are mapped as obstacles, however when i turn around to go around the area, the tables disappear. I have tried changing the parameters but to no avail. What steps can I take to solve this issue?

@marmik18
Copy link

I have a similar issue, can someone help with this.
Thank you

@marmik18
Copy link

Hey @wbzi
It is mentioned here that the disappearing not explicitly modeled but rather part of the probability grid generatation.

I was able to tweak it by playing around with these 2 values in my .lua configuration:

TRAJECTORY_BUILDER_2D.submaps.range_data_inserter.probability_grid_range_data_inserter.hit_probability=0.75
TRAJECTORY_BUILDER_2D.submaps.range_data_inserter.probability_grid_range_data_inserter.miss_probability=0.49

The complete configuration can be found here.

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