Replies: 2 comments
-
I have this same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, have you ever solve this problem? |
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
-
Hi, I am having trouble with p.loadSoftBody() when loading external .obj files downloaded elsewhere.
Either the 'Cannot load Softbody' message is displayed, or Pybullet freezes like it is stuck in an infinite loop. Those .obj file works perfectly with p.createVisualShape(p.GEOM_MESH, fileName = filename), but causes problem when used with loadSoftBody().
In detail, if I run this code below,
the message that I get is
and stays there forever.
Did I miss something in my code?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions