Replies: 3 comments 4 replies
-
|
Hi @3H2Oaaa That's a very interesting point you are doing. So far the Cable Constraint is not allowing for having friction along the cable, as far as I know. Is there plan to cover such usecases @EulalieCoevoet @adagolodjo ? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @3H2Oaaa, Welcome to the community!
If not, we know what needs to be done, we just haven't had the time yet. If you have a day, I think we can work on a first version that's only in Python. Thank you @hugtalbot for tagging us. |
Beta Was this translation helpful? Give feedback.
-
|
The following code is the controller I implemented, which mimics my simulation scenario. My objective is to regulate the model's bending sequence by specifically designing the cable channels. The cable is initially configured in a U-shape. For the forward path, the model accounts for kinetic friction (a portion of which is currently commented out). For the return path, I incorporate both kinetic and static friction. The reason for including static friction is that I have designed specific channels along the return path to increase the maximum static friction. This allows me to control the order of tension propagation, thereby managing the bending sequence of the model.` def onAnimateBeginEvent(self, event): |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,everyone!
This is a problem that has been bothering me for a long time: I want to simulate a cable-driven soft robot, where the cable passes through the soft robot and presents an irregular curve. Now I want to simulate the friction between this cable and the soft robot. I tried using the Cosserat plugin to simulate this cable, but the generated cable is always a straight line, rather than the curve I want. What should I do? Are there tools that can let me customize the shape of the cable? I tried selecting some points in the soft robot and forcefully constraining the cable to these points, but once the simulation starts, powerful forces are generated inside the model that "tear" the whole model apart, causing the simulation to crash."
Beta Was this translation helpful? Give feedback.
All reactions