How to use FEM? #3918
VallesMarinerisExplorer
started this conversation in
General
How to use FEM?
#3918
Replies: 1 comment 1 reply
-
To enable FEM for deformables, you gotta reset the world as follows before simulation: pybullet.resetSimulation(p.RESET_USE_DEFORMABLE_WORLD) You could have a look at this example, which involves a deformable cloth with 2 corners attached to free space and other 2 attached to a falling cube. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi all,
I saw that FEM was recently added to bullet physics in modeling soft bodies. Are there any examples for PyBullet or is there any guidance on how to integrate this kind of new functionality into the API to use with PyBullet?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions