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

Draft: OMPL Planner Refactor #138

Open
wants to merge 46 commits into
base: master
Choose a base branch
from

Commits on Jan 7, 2022

  1. Added new interfaces for planner profiles; added maps for waypoint, c…

    …omposite, and planner profiles in profile dictionary
    marip8 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    0edd73c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cced55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    467d5ea View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Revised flatten utility to ignore subsequent start state instructions…

    … in nested composites
    marip8 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    6da6684 View commit details
    Browse the repository at this point in the history
  2. Updated simple planner interpolate composite function to fill out nes…

    …ted composite start instructions
    marip8 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    c9deb22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af763b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d653f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ae1bd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd8871d View commit details
    Browse the repository at this point in the history
  7. Removed OMPL serialization

    marip8 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    721995d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1a5f97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca918ed View commit details
    Browse the repository at this point in the history
  10. Transitioned contents of OMPL problem and problem generator into a ne…

    …w OMPL composite profile for real value state spaces
    marip8 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    4d30702 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7292e56 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c5a534d View commit details
    Browse the repository at this point in the history
  13. Updated OMPL unit tests

    marip8 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    4d60b03 View commit details
    Browse the repository at this point in the history
  14. Clang format

    marip8 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    7ced8e6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a8e2fc5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4e68a42 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a0c589b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d786538 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1280f14 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    26d259c View commit details
    Browse the repository at this point in the history
  21. Saved OMPL planner data as the response data instead of the simple se…

    …tup; added skeleton for loading a planner with pre-populated data
    marip8 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    b3614cb View commit details
    Browse the repository at this point in the history
  22. Separate start/end states in OMPL unit test to prevent collisions wit…

    …h separating wall during sampling
    marip8 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    995d6c8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    db4c8e1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    659035c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7e47aca View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f6fc3bd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2d0d98c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c1d14ac View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ba029a9 View commit details
    Browse the repository at this point in the history
  30. Simplify logic

    marip8 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    ca4b420 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d9bf7fd View commit details
    Browse the repository at this point in the history
  32. Updated freespace example

    marip8 committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    638416a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    00da67c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    637edca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87646ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf6cff4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75eedee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d5141b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e10eb47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0ff368 View commit details
    Browse the repository at this point in the history
  9. Updated process managers test to use default profile names for all in…

    …structions since only the default profiles were added to the planning server
    marip8 committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    57df7d4 View commit details
    Browse the repository at this point in the history
  10. Updated process manager examples to add default profiles and use only…

    … default profile names
    marip8 committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    b10353f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Clang tidy fixes

    marip8 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    e7900e7 View commit details
    Browse the repository at this point in the history