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

Add smoothed movement delta to main workflow #86

Closed
wants to merge 1 commit into from
Closed

Conversation

RoboDoig
Copy link
Collaborator

@RoboDoig RoboDoig commented Oct 3, 2024

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.

@RoboDoig
Copy link
Collaborator Author

Changes to the data schema mean that this PR must be revised to test with new changes in main

@RoboDoig RoboDoig mentioned this pull request Oct 31, 2024
@RoboDoig
Copy link
Collaborator Author

Closing as superceded by #92

@RoboDoig RoboDoig closed this Oct 31, 2024
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