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

Prevent estimator tasks from running once at start up #1203

Merged
merged 1 commit into from Jan 25, 2023

Conversation

krichardsson
Copy link
Contributor

The Kalman and the UKF estimators uses tasks to manage the work load. At the top of the task loop there is a semaphore that blocks the task until the stabilizer loop release it. In the current implementation the semaphore is initialized as "non empty" which means that the task will run once when started, even if the estimator is not active. This caused problems after #1194 as the initialization sequence is chganged.

This PR changes the bahvior and prevents the estimator tasks to run until initialized and activated
This

@krichardsson krichardsson changed the title Prevent estimator tasks to run once at start up Prevent estimator tasks from running once at start up Jan 25, 2023
@krichardsson krichardsson merged commit c298873 into master Jan 25, 2023
@krichardsson krichardsson deleted the krichardsson/fix-estimator-task branch January 25, 2023 12:32
@krichardsson krichardsson added this to the 2023.02 milestone Feb 21, 2023
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.

None yet

2 participants