bulletphysics / bullet3

Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
http://bulletphysics.org
Other
12.49k stars 2.87k forks source link

About the Pybullet Window #4469

Open ZisongXu opened 1 year ago

ZisongXu commented 1 year ago

When I run the pybullet window, I press "G" to close the search, test and params tabs. How can I make the window close the search, test and params tabs automatically when I run the Pybullet window? I want to see a clean window directly when I run my code. How can I do that?

VicenteMovai commented 3 months ago

You can try this:

client = p.connect(p.GUI)
p.configureDebugVisualizer(p.COV_ENABLE_GUI,0)