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

Add option to inflate unknown space #1675

Merged
merged 7 commits into from
May 14, 2020

Commits on May 14, 2020

  1. Add option to inflate around unknown space

    Signed-off-by: Shrijit Singh <shrijitsingh99@gmail.com>
    shrijitsingh99 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    36e1a8a View commit details
    Browse the repository at this point in the history
  2. Convert 2D caches to 1D vectors for automatic memory management and b…

    …etter locality
    
    Signed-off-by: Shrijit Singh <shrijitsingh99@gmail.com>
    shrijitsingh99 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    044aca9 View commit details
    Browse the repository at this point in the history
  3. Fix bug regarding lower bound of double in worldToMapEnforceBounds

    Signed-off-by: Shrijit Singh <shrijitsingh99@gmail.com>
    shrijitsingh99 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    eeb58e8 View commit details
    Browse the repository at this point in the history
  4. Add general optimizations and modern syntax

    Signed-off-by: Shrijit Singh <shrijitsingh99@gmail.com>
    shrijitsingh99 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    eee336a View commit details
    Browse the repository at this point in the history
  5. Switch from map<double> to vector<> in using precached integer distances

    Credits to original author from ros-planning/navigation#839
    
    Signed-off-by: Shrijit Singh <shrijitsingh99@gmail.com>
    shrijitsingh99 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    f46fb01 View commit details
    Browse the repository at this point in the history
  6. Add tests for inflate_unknown and inflate_around_unknown

    Signed-off-by: Shrijit Singh <shrijitsingh99@gmail.com>
    shrijitsingh99 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    bad22eb View commit details
    Browse the repository at this point in the history
  7. Remove commented out assert

    Signed-off-by: Shrijit Singh <shrijitsingh99@gmail.com>
    shrijitsingh99 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    5f2ddae View commit details
    Browse the repository at this point in the history