Cannot load URDF file (for soft objects)

Post Reply
Mark97
Posts: 25
Joined: Sun Sep 26, 2021 12:38 pm

Cannot load URDF file (for soft objects)

Post by Mark97 »

When I try to run an example file, like the one below, I keep getting the error that the bunny won't load.
https://github.com/bulletphysics/bullet ... ft_body.py

The plane, samurai, cube, table, and sphere2 can all be imported. But objects like the bunny can't be loaded.

I've run the code in a Jupiter Notebook (Python 3.6), as well as on Visual Studio (Python 3.7) on Windows 10. I've installed PyBullet using pip install pybullet.

What could be the cause of this, and how can I fix it?
User avatar
drleviathan
Posts: 849
Joined: Tue Sep 30, 2014 6:03 pm
Location: San Francisco

Re: Cannot load URDF file (for soft objects)

Post by drleviathan »

Try asking your questions in the pybullet support section of the forum.
Post Reply