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

Bound closest pose by costmap and turnaround point #2812

Merged
merged 54 commits into from
Mar 21, 2022

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    43c0f49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602df8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9df341c View commit details
    Browse the repository at this point in the history
  4. linting fix

    sathak93 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    3ad7986 View commit details
    Browse the repository at this point in the history
  5. linting fix

    sathak93 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    132d085 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. limit trnsfm to cusp

    sathak93 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    d0c80e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    106e10f View commit details
    Browse the repository at this point in the history
  2. remove print

    sathak93 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    a63bf16 View commit details
    Browse the repository at this point in the history
  3. linting fix

    sathak93 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5f3baa6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. lint fix

    sathak93 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    3674943 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. hypot

    sathak93 committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    9487dbb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Merge pull request #1 from sathak93/path_segment_pr

    Path segment pr
    Aposhian authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4a9f473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e5c45b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d5ff98 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    c3b744c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    cc14180 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    2bcbfd9 View commit details
    Browse the repository at this point in the history
  2. initial test for path_utils

    Aposhian committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    175377e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a1da0b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. fixed path_utils segfault

    Aposhian committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    20c7edf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d3ddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f179622 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bebf697 View commit details
    Browse the repository at this point in the history
  5. all path_utils tests passing

    Aposhian committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    4b788bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2901642 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbcfd33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e925749 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    edf088f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77c88bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e4c6cd View commit details
    Browse the repository at this point in the history
  4. Revert "use integrated distance for lookahead distance"

    This reverts commit 6e4c6cd.
    Aposhian committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    6d7f854 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80eeb3c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    4d32c0a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. use std::hypot for x, y, z

    Aposhian committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e8a1aa6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    babb55f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de99e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    279682b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    842d4e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8803c3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f8bb38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74517ef View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    598e140 View commit details
    Browse the repository at this point in the history
  2. cpplint

    Aposhian committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    0ed294f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd00378 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca8c7b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    4ec587b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c597b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2ce471 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd3ee1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    842c66e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    c614119 View commit details
    Browse the repository at this point in the history
  2. move path_utils to RPP tests

    Aposhian committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    a8ded84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dae993 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    88f2cc6 View commit details
    Browse the repository at this point in the history