Modelling non-mechanical structures #3607
Prakhar005
started this conversation in
General
Replies: 2 comments
-
How does the element expand? You could model it using an articulated btMultiBody, with motors. If different deformation is important, you could use a convex hull with vertices, and modify the vertex locations. You will need to flush the contact caches and use a small timestep. Alternatively try using a btSoftBody. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to model a piezoelectric sheet which expands when we apply a voltage signal to it. I was wondering if PyBullet allows the capability to simulate such structures because as far as I know we can only control the motors in this tool? Is there any other toll which could help in this direction? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions