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

Correct potential continuous time error #43

Open
michalwidera opened this issue Sep 28, 2023 · 1 comment
Open

Correct potential continuous time error #43

michalwidera opened this issue Sep 28, 2023 · 1 comment
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@michalwidera
Copy link
Owner

I think that in main loop there could appear continious time error cumulation.
We need to examine it this issue exist and make some time correction in long term RT system executuion

@michalwidera michalwidera self-assigned this Sep 28, 2023
@michalwidera michalwidera added bug Something isn't working question Further information is requested labels Sep 28, 2023
@michalwidera michalwidera changed the title Correct continuous time error Correct potential continuous time error Sep 28, 2023
@michalwidera
Copy link
Owner Author

file: executorsm.cpp
function: int executorsm::run(bool verbose, int iTimeLimitCntParam)

code line: boost::this_thread::sleep_for(boost::chrono::milliseconds(period));

This period could flow and need adjustemt in time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
Status: To do
Development

No branches or pull requests

1 participant