Deformable collapse with 1N difference in MAX_FORCE #3919
Unanswered
PeterQiu0516
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to move a deformable cloth by:
(1) Using a cube as the gripper;
(2) Use
createSoftBodyAnchor
to tie one vertex of the cloth to the cube;(3) Use positional constraint to move the cube.
However, the cloth collapsed when I increased the parameter
maxForce
for the positional constraint by 1N and calledchangeConstraint
twice.This is a huge problem because when this breaks the simulation stays broken. Furthermore it's not clear what the right values of MAX_FORCE is, or what calls to changeConstraint cause it to break. This means I cannot know reliably that the simulation won't break after the 1000th random action (imagine using this for data collection)
Problem GIF:
When MAX_FORCE = 51N

When MAX_FORCE = 52N

To reproduce:
Has anyone else encountered similar issue before? > <
Beta Was this translation helpful? Give feedback.
All reactions