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

Copter: fix threading issues with motor test and the fast rate thread #29112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andyp1per
Copy link
Collaborator

Motortest currently doesn't work with the fast rate thread and I suspect that it was somewhat accidental that it did before. The issue is synchronization between the fast rate thread and the main thread when dealing with the motor test. This fixes the synchronization issues and allows motor test to work normally with the fast rate thread.

Reported here: https://discuss.ardupilot.org/t/unlocking-the-potential-of-faster-attitude-rates-in-copter-control/120743/54

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.

1 participant