PyBullet cannot load urdf file

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
Mark97
Posts: 25
Joined: Sun Sep 26, 2021 12:38 pm

PyBullet cannot load urdf file

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?
Post Reply