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

Improvements to VectorFieldPlanner #184

Merged
merged 13 commits into from
Sep 17, 2015
Merged

Commits on Sep 15, 2015

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

Commits on Sep 16, 2015

  1. Cleaning up termination logic.

    Michael Koval committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    9b7c96f View commit details
    Browse the repository at this point in the history
  2. Integrating @JeKing's collision checking.

    Michael Koval committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    a572f0b View commit details
    Browse the repository at this point in the history
  3. GenerateCollisionPts refactoring.

    Michael Koval committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    3567e28 View commit details
    Browse the repository at this point in the history
  4. Closer to collision checking.

    Michael Koval committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    1c82b10 View commit details
    Browse the repository at this point in the history
  5. VectorFieldPlanner is working w/o caching.

    Michael Koval committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    dd6e140 View commit details
    Browse the repository at this point in the history
  6. Added CACHE_AND_TERMINATE.

    Michael Koval committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    f35cf02 View commit details
    Browse the repository at this point in the history
  7. Fixing vectorfield termination condition.

    Michael Koval committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    f64e898 View commit details
    Browse the repository at this point in the history
  8. Compute the twist up to scale.

    Michael Koval committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    c16c832 View commit details
    Browse the repository at this point in the history
  9. Moved termination checking with collision checks.

    Michael Koval committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    60bf3bf View commit details
    Browse the repository at this point in the history
  10. Planner works, but does extra work.

    Michael Koval committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    77e98f4 View commit details
    Browse the repository at this point in the history
  11. Added timelimit.

    Michael Koval committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    a6e5f67 View commit details
    Browse the repository at this point in the history
  12. Added missing docstrings.

    Michael Koval committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    ffd3a9c View commit details
    Browse the repository at this point in the history