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

Removed references to numpy.isclose #110

Merged
merged 1 commit into from
Apr 24, 2015
Merged

Removed references to numpy.isclose #110

merged 1 commit into from
Apr 24, 2015

Conversation

mkoval
Copy link
Member

@mkoval mkoval commented Apr 9, 2015

There were two references:

  • ComputeJointVelocityFromTwist joint limit checks. I changed these to inequalities. @sjavdani added joint_limit_tolerance, so I don't think it's necessary to do another fuzzy comparison here.
  • GreedyIkPlanner termination check. We probably should be using numpy.isclose here. I introduced an arbitrary threshold (1e-6), but I'm not sure if this is the right solution.

This fixes bug #63.

mkoval added a commit that referenced this pull request Apr 24, 2015
@mkoval mkoval merged commit 40f7894 into master Apr 24, 2015
@mkoval mkoval deleted the bugfix/NumPyIsClose branch April 24, 2015 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant