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

Runtime improvements for CostmapToPolygonsDBSMCCH #12

Merged
merged 7 commits into from
Sep 16, 2019

Conversation

RainerKuemmerle
Copy link
Contributor

  • introduce a grid look up structure for speeding up regionQuery
    • replace brute for regionQuery
    • add a mutexed parameter struct to avoid parameter updates while computing
    • on my PC / enviroment: 350ms (before) -> 50ms (after)
  • add test cases for regionQuery and dbScan in CostmapToPolygonsDBSMCCH

@croesmann
Copy link
Member

Thanks a lot @RainerKuemmerle! Looks very good to me!

To be honest, there are many things that can be further improved in costmap_converter, including computational efficiency and class design.

@croesmann croesmann merged commit 731ce17 into rst-tu-dortmund:melodic-devel Sep 16, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants