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

flow sensor eKF update minor fixes #1189

Merged
merged 1 commit into from
Jan 19, 2023

Commits on Jan 19, 2023

  1. flow sensor eKF update minor fixes

    - introduces resolution factor for pixel measurement (experimentally evaluated)
    - therefore removes "magic" factor in the aperture angle
    - does not assume small angle approximation any longer (as 21 degree is not that small)
    - fixes wrong Npix number
    - removes omega_factor, which had no mathematical reason
    - updates dt in every measurement, not only in those with detected movement
      (as we work with velocity/rates in the update, so we assume them over all of dt
       and don't want the time without movement to have an effect)
    hmllr committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    72b8f8e View commit details
    Browse the repository at this point in the history