PyBulletClient.step_simulation
- PyBulletClient.step_simulation()[source]
By default, the physics server will not step the simulation, unless you explicitly send a
step_simulation
command. This method will perform all the actions in a single forward dynamics simulation step such as collision detection, constraint solving and integration. The timestep is 1/240 second.