Page 1 of 1

remove UserDebugParameters

Posted: Sat Apr 18, 2020 3:13 pm
by kfa22
Hi,

I have trouble finding a way to remove user debug parameters - pb.resetSimulation() seems to keep them, so does pb.removeAllUserDebugItems().

Does someone know how to remove them?

Thanks!
Kai

Re: remove UserDebugParameters

Posted: Mon Apr 20, 2020 9:34 pm
by Erwin Coumans
Use removeAllUserParameters, see the PyBullet Quickstart Guide.

Re: remove UserDebugParameters

Posted: Sun Apr 26, 2020 8:45 am
by kfa22
Thanks for your answer, but I can't see removeAllUserParameters in the quickstart guide, nor does it work when i call pybullet.removeAllUserParameters() - it mentions attributeError: module 'pybullet' has no attribute 'removeAllUserParameters'