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

Added OMPLRangedPlanner class #353

Merged
merged 7 commits into from
Aug 30, 2016
Merged

Added OMPLRangedPlanner class #353

merged 7 commits into from
Aug 30, 2016

Commits on Aug 29, 2016

  1. Added OMPLRangedPlanner class.

    This class adds logic for setting a 'range' parameter such that an
    integer number of state validity checks will occur per extension. It
    improves on the previous RRTConnect class in two ways:
    
    1. Accepts an optional 'algorithm' parameter, e.g. for PR_RRTConnect.
    2. Allows for more than one state validity checks per extension.
    Michael Koval committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    883da31 View commit details
    Browse the repository at this point in the history
  2. Addressed comments from @psigen and @cdellin.

    Conflicts:
    	src/prpy/planning/ompl.py
    Michael Koval committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    d5cb461 View commit details
    Browse the repository at this point in the history
  3. Added 'fraction' option to OMPLRangedPlanner.

    Michael Koval committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    cdb0a34 View commit details
    Browse the repository at this point in the history
  4. Fixed issues raised by @cdellin.

    Michael Koval committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    2837ffb View commit details
    Browse the repository at this point in the history
  5. Replaced _SetPlannerRange with ComputeRange.

    Michael Koval committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    94750c0 View commit details
    Browse the repository at this point in the history
  6. Use round() instead of ceil().

    Michael Koval committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    a7a5df7 View commit details
    Browse the repository at this point in the history
  7. Fixed SO(2) joints.

    Michael Koval committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    c97c63b View commit details
    Browse the repository at this point in the history