Replies: 2 comments
-
Guess the line 686 in Bullet C API gives an insight to this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hopefully they can get a python API someday... |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am working on understanding soft bodies in pybullet. I saw a functionality to create soft body anchor in the example file - https://github.com/bulletphysics/bullet3/blob/master/examples/pybullet/examples/deformable_anchor.py
But there was no documentation about the parameters of createSoftBodyAnchor in the PyBullet Quickstart Guide.
->For example below is line 23 in deformable_anchor.py:
p.createSoftBodyAnchor(clothId ,24,-1,-1)
What does 24, -1 and -1 stand for ?
->below is line 25 in d
p.createSoftBodyAnchor(clothId ,15,boxId,-1, [0.5,-0.5,0])
Here what does 15, [0.5, -0.5, 0] indicate?
Is there a repo where all the functions mentioned in the pybullet quick start guide is defined ?
Beta Was this translation helpful? Give feedback.
All reactions