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

Motion smoothing #92

Merged
merged 4 commits into from
Oct 31, 2024
Merged

Motion smoothing #92

merged 4 commits into from
Oct 31, 2024

Conversation

RoboDoig
Copy link
Collaborator

Addresses issue #53

This PR adds signal smoothing for the optical flow sensor inputs with a rolling average. A parameter on the schema is added (flowSmoothing) which sets the size of the window/buffer which is average over in the rolling average. The default value of 1 means a smoothed window of 1 equivalent to no smoothing. The same smoothing is applied to both the X and Y components of the flow sensor signal.

Supercedes #86

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