Replies: 2 comments
-
I think it is currently not supported, but would be nice to have indeed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I added a function to the source code that modifies some parameters of loadSoftBody. I want to use this to simulate an artificial muscle, but currently I have to use createSoftBodyAnchor. What should I do if I want to handle urdf data containing rigid body links and soft body links? |
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.
-
I want to simulate artificial muscle in pybullet.
After loading the artificial muscle as a soft body, I want to change the springElasticStiffness in order to move it as an actuator.
Please tell me how to change the parameters of loadSoftBody at any timing.
I think changeDynamics is for rigid bodies and not for soft bodies. Is this correct?
Beta Was this translation helpful? Give feedback.
All reactions