Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[imp] Make the timer/scheduler to have precision alongside real-time speed #85

Open
arsdever opened this issue Dec 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@arsdever
Copy link
Owner

Description

There are 2 types of timers:

  • realtime_timer
  • step_timer
    Each one of them has its own role. What is required is kind of the combination of those two timers: a timer, which runs in real time but also has a bigger precision. This is achievable with the introduction of fps in the scheduler's loop. With that, the scheduler tick will be triggered with custom frequency, and with each tick, a dedicated amount of timesteps may be simulated.

Expectation

It's possible to set real-time simulation speed and simulation accuracy.

@arsdever arsdever added the enhancement New feature or request label Dec 24, 2021
@arsdever arsdever added this to To do in Main development flow via automation Dec 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant