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

Create a node that accesses the occupancy grid and then applies thresholding on it #1778

Closed
gsh89 opened this issue Nov 12, 2020 · 0 comments

Comments

@gsh89
Copy link

gsh89 commented Nov 12, 2020

This is the reason I want to do this:

I had encountered the issue of obstacles not being detected properly in the costmap (i.e. they were not showing up as inflated) similar to this issue. The work around suggested there basically involved using thresholding to make the map look like that created using Gmapping. Doing that helped in resolving the issue but the created map became very blocky (not like the nice looking original Cartographer maps). I was wondering if it was possible to create a copy of the original occupancy grid every time the costmap needs it , threshold it to convert it to a Gmapping style occupancy grid and publish a duplicate map topic.

Can someone please advise ?

@gsh89 gsh89 closed this as completed Nov 12, 2020
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

1 participant