Activate real time flag without GUI #2671
-
Hi, Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @pablovasse However, do not forget to check my comment here on the risk related to time step modification. |
Beta Was this translation helpful? Give feedback.
Hey @pablovasse
This is not bound in the python interface. However, this can be reproduced within your python script with a python controller : you can access the time step dt from the root node (
root.dt.value
), keep track of the time needed for the previous time step and update the simulation time step accordingly.With a PythonController this should be easy to write.
However, do not forget to check my comment here on the risk related to time step modification.