Page 1 of 1

Getting simulation time in pybullet

Posted: Wed Sep 12, 2018 10:52 pm
by autoalpha
Hi all,

I'm a novice in pybullet, and have a basic question. How can I read the simulation time and timestep of pybullet? For example, after executing stepSimulation 10 times where timestep is 1/240, the simulation time is 1/24.

Re: Getting simulation time in pybullet

Posted: Thu Sep 13, 2018 3:27 am
by Erwin Coumans
It is not exposed, you have to keep track of it yourself at the moment.