You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sim/Real Time field is nearly useless. It almost always reads 1.0. It shows the desired real time clock ratio between sim and real time. Nearly all users either run in straight realtime or non-realtime mode and the field reads 1.0. It's only when someone uses the throttle does it change to something else. I want to repurpose the field to show the actual sim/real time ratio.
The text was updated successfully, but these errors were encountered:
Added calculations in the realtime sync monitor job to calculate the
average sim/realtime ratio for the past 100 frames. This is saved to
a new variable, actual_run_ratio. Changed the sim control panel to
display the actual_run_ratio value.
…1627)
* Repurpose the "Sim/Real Time" field on the sim control panel #1626
Added calculations in the realtime sync monitor job to calculate the
average sim/realtime ratio for the past 100 frames. This is saved to
a new variable, actual_run_ratio. Changed the sim control panel to
display the actual_run_ratio value.
* Repurpose the "Sim/Real Time" field on the sim control panel #1626
how does this compile locally but not in CI? Didn't include cmath.
The Sim/Real Time field is nearly useless. It almost always reads 1.0. It shows the desired real time clock ratio between sim and real time. Nearly all users either run in straight realtime or non-realtime mode and the field reads 1.0. It's only when someone uses the throttle does it change to something else. I want to repurpose the field to show the actual sim/real time ratio.
The text was updated successfully, but these errors were encountered: