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

Alpha-Beta-Gamma filter for gyro #6902

Merged
merged 3 commits into from May 1, 2021
Merged

Conversation

DzikuVx
Copy link
Member

@DzikuVx DzikuVx commented Apr 28, 2021

No description provided.

min: 0
max: 2
- name: gyro_abg_half_life
description: "Sample half-life for Gyro Alpha-Beta-Gamma filter"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you may want to add that its measured in seconds.

@Quick-Flash
Copy link

A few small notes, this does work when applied to the Dterm if you want to test that. Another note is that ABG on the gyro creates an estimated velocity, that could be used partially or fully as a derivative term that your dterm uses. Might be worth looking into. I'm going to be messing around more with that soon.

@DzikuVx
Copy link
Member Author

DzikuVx commented May 1, 2021

Traces with and without ABG gyro filter

003

Without ABG
001

With ABG
002

Results:

  • very wide working band
  • low phase delay
  • attenuation is not great, but clearly visible

@DzikuVx DzikuVx added this to the 3.0 milestone May 1, 2021
@DzikuVx DzikuVx merged commit 350345d into master May 1, 2021
@DzikuVx DzikuVx deleted the dzikuvx-gyro-alpha-beta-gamma branch May 1, 2021 09:52
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.

None yet

2 participants