bulletphysics / bullet3

Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.

Home Page:http://bulletphysics.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any button to pause the simulation or rendering in GUI?

zichunxx opened this issue · comments

Hi!

I'm new to pybullet and was wondering if is there any button to pause the simulation or rendering in GUI, like the space bar for Mujoco.

I want to observe some details when necessary during the simulation. Is it possible?

Thanks in advance!

I don't think this is possible when running the demos as standalone programs, but if you run the ExampleBrowser pressing 'i' will pause/resume stepping through the simulation.

I would recommend searching through https://pybullet.org/Bullet/phpBB3/ for these sorts of questions.

Sorry for the late response. Thanks for your kind help!