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

GraspBlocks fails because of tolerance on re-checking TSR #113

Open
ClintLiddick opened this issue Oct 13, 2016 · 0 comments
Open

GraspBlocks fails because of tolerance on re-checking TSR #113

ClintLiddick opened this issue Oct 13, 2016 · 0 comments

Comments

@ClintLiddick
Copy link
Member

In https://github.com/personalrobotics/herbpy/blob/master/src/herbpy/action/blocks.py#L48-L54 we execute PlanToTSR, and then use tsr_chain.contains(ee_pose) in a loop to see which block we moved to. However, TsrChain::contains uses a tolerance EPSILON = 0.001 (meant to avoid precision errors), and we will never be that exactly on the planned target, we should find another way to find which block TSR we actually grabbed.

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

No branches or pull requests

1 participant