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

Fixed GreedyIK planner in MoveUntilTouch #174

Merged
merged 5 commits into from
Sep 13, 2015
Merged

Fixed GreedyIK planner in MoveUntilTouch #174

merged 5 commits into from
Sep 13, 2015

Conversation

mkoval
Copy link
Member

@mkoval mkoval commented Sep 12, 2015

This pull request fixes #170. The problem was that MoveUntilTouch defaulted to passing infinity for max_distance. This is supported by VectorFieldPlanner and (surprisingly) CBiRRT, but not GreedyIK.

I fixed this by:

  • Check for infinite max_distance in the planner and throw an error.
  • Modified MoveUntilTouch to pass a finite max_distance.

@mkoval
Copy link
Member Author

mkoval commented Sep 13, 2015

I modified the pull request to issue a DeprecationWarning if max_distance is not specified. See @siddhss5's comments in #170 for an explanation of this change.

mkoval added a commit that referenced this pull request Sep 13, 2015
Fixed GreedyIK planner in MoveUntilTouch.
@mkoval mkoval merged commit 40ac3d5 into master Sep 13, 2015
@mkoval mkoval deleted the bugfix/GreedyIK branch September 13, 2015 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GreedyIKPlanner does not support an infinite max_distance
1 participant