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

Invalid contact point computation in "mirror" collision test cases #115

Open
stonneau opened this issue Apr 4, 2016 · 0 comments
Open

Comments

@stonneau
Copy link

stonneau commented Apr 4, 2016

When testing collision between objects of different types, the object order in the Contact
objects are sometimes inverted, relatively to the order in which they are passed to
the collide method.

This results from the fact that methods are found in a diagonal look up table, which sometimes require inverting parameters (though the Collision results do not take this inversion into account). One quick and dirty fix is here (our objective was to have a minimal impact of the code,
but this is not satisfactory): humanoid-path-planner/hpp-fcl@177fb1f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants