Page 1 of 1

PyBullet cannot load urdf file

Posted: Fri Oct 01, 2021 4:23 pm
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?