Hi, I’m looking to control the frames per seconds in my simulation which uses rep.trigger.on_frame().
such that, if i change the fps to say, 70, then rep.trigger.on_frame() will be triggered 70 times per second.
How should I do that?
Also, what are the: 1) Sensor class camera frequency 2) physics scene Time Steps Per Seconds 3) Layer meta data Time Codes per second and 4) physics stage settings Min Simulation. and what is the relationship between them?
Thank you