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 loop rate tasks from slipping all the time #13758

Closed
wants to merge 3 commits into from

Conversation

andyp1per
Copy link
Collaborator

The AP_Vehicle scheduler table comes after the vehicle specific tables. This means that loop rate tasks will almost always get penalized by slower tasks in the vehicle specific tables especially on slower processors. For FFT this is a problem as we need to reliably increment the gyro sample counters, but in general I believe this is the right thing to do.

@andyp1per
Copy link
Collaborator Author

This was merged as part of my FFT changes

@andyp1per andyp1per closed this Jun 4, 2020
@andyp1per andyp1per deleted the pr-fast-loop-slip branch June 4, 2020 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loop-rate scheduled tasks always slip at 800Hz
1 participant