recommended stable VBD cloth parameters and grasp logic for towel diagonal folding #2356
Replies: 1 comment 1 reply
-
|
Thank you for reporting this! I'm guessing the stability issue is the most critical one:
I'd recommend tuning all kd values down to something like 1.0e-4 and increasing from there as needed. I'd also highly recommend using CUDA graph capture, which you are not currently using. It will improve performance significantly. One minor note: you may not need to set rigid_contact_k_start, or if you do, just use the same value as the table contact stiffness to keep tuning simple. We are working on improving this as well, so please stay tuned. Please let us know if you encounter any other issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Newton team and community members,
Sorry for disturbing you.
First of all, thank you very much for open-sourcing Newton and for providing the cloth examples. I am currently using Newton for my project on deformable object manipulation, and I would sincerely appreciate some guidance.
My target task is diagonal folding of a flat towel. In the long run I hope to train a policy for this task, but at the current stage I am still trying to build a stable simulation setup for the cloth itself.
I have already tried to tune the cloth setup by referring to the official Newton cloth examples and their parameter styles. I also looked at the example that seems most relevant to my task,
cloth_franka. However, I feel that this example is still somewhat different from my scenario: it uses a garment-like shape rather than a flat towel, and it is set up in centimeter scale, so I have not yet found a good way to transfer that setup to my current towel-folding task.At the moment, my main difficulty is that I have not yet found a stable combination of:
I have already tried several directions on my side:
However, I am still facing two opposite difficulties:
Because of this, I would like to ask:
I am not asking for a complete solution, but I would be very grateful for any practical guidance on what Newton currently considers a stable setup for cloth folding or towel manipulation.
If it would be helpful, I would also be happy to prepare and share a minimal reproducible cloth-only script.
Thank you very much for your time and help.
Codes are below:
Beta Was this translation helpful? Give feedback.
All reactions