remove UserDebugParameters

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
kfa22
Posts: 4
Joined: Sat Apr 18, 2020 3:12 pm

remove UserDebugParameters

Post 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
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Re: remove UserDebugParameters

Post by Erwin Coumans »

Use removeAllUserParameters, see the PyBullet Quickstart Guide.
kfa22
Posts: 4
Joined: Sat Apr 18, 2020 3:12 pm

Re: remove UserDebugParameters

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