pybullet.setAdditionalSearchPath() Documentation

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
jimrothrock
Posts: 1
Joined: Thu Aug 19, 2021 8:13 pm

pybullet.setAdditionalSearchPath() Documentation

Post by jimrothrock »

Where can I find the documentation for pybullet.setAdditionalSearchPath()? I have searched the PyBullet Quickstart Guide and the Bullet User Manual, but have not found the documentation. I assumed that the function would *append* a directory to the path, but it seems to actually replace the current path. I'd like to check the documentation to find out what I am doing wrong.
Post Reply