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

Cache Clearer incorrect implementation for multiple sensors #26

Open
phil0stine opened this issue Jul 21, 2016 · 0 comments
Open

Cache Clearer incorrect implementation for multiple sensors #26

phil0stine opened this issue Jul 21, 2016 · 0 comments

Comments

@phil0stine
Copy link

In cached_clearer.h update function, offset_from_costmap_x_ and offset_from_costmap_y_ are used to translate cache-raytraced cells to costmap cells. The values (and the clearing cache) are implicitly centered around the measuring sensor, but raytraceFreeSpace includes data from various sensors, so a single cache centered at a single point is not correct.

A solution to this (one cache per sensor) is included as the last commit in the more general pull request

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