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

[hrpExecutionContext] update component state in thread execution func… #1335

Closed

Conversation

ThomasDuvinage
Copy link

@ThomasDuvinage ThomasDuvinage commented Nov 27, 2024

Based on openrtm2 changes, the states of each component needs to be updated in the thread execution function (svc).
Calling the following method :
ExecutionContextBase::invokeWorkerPreDo();
Inside of the thread function fix the problem as it updates the state.
Otherwise, the rtc component tries to start but no RTC_OK acknowledgment is transmitted as the state is not updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant