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

Selective Collision Response between Cylinders and Ground Plane #216

Open
zaktherobot opened this issue Jun 6, 2017 · 0 comments
Open

Comments

@zaktherobot
Copy link

zaktherobot commented Jun 6, 2017

I have recently rediscovered a potential simulation issue with cylinders and the ground plane.

In the following video (within the first 15 seconds), you can see the issue:

https://drive.google.com/open?id=0B-zbEExDXevaWWwzdWhzejlPTkE

The collision detection for the cylinder geometry fails on the ground plane and the simulation overcompensates, causing this twitching behavior. I believe that this will occur frequently when cylinder geometries are vertical on the ground plane, but I haven't setup a basic test case outside my own testbed. I also think this is just inherent to the Bullet physics engine.

I believe that this can be fixed with putting another geometry (such as a sphere) on the ends of the rods, and I will update this issue if that is the case. We would like to have a way to address this problem long term however.

EDIT: Performing a test on a tgBoxGround instead of tgPlaneGround seems to fix this issue in the short term. I no longer see the same compensating jumps on the cylinders for similar movements. The same issue still occurs for tgPlaneGround however.

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