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

Kalman filter prototype #75

Merged
merged 20 commits into from
Feb 19, 2015
Merged

Kalman filter prototype #75

merged 20 commits into from
Feb 19, 2015

Commits on Dec 20, 2014

  1. Filter3D: Stubs

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    9d48a2c View commit details
    Browse the repository at this point in the history
  2. Filter3D: Initial Kalman filter prototype

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    4cd2e45 View commit details
    Browse the repository at this point in the history
  3. Filter3D: Replace angle-axis with quaternion representation in state

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    b9b0524 View commit details
    Browse the repository at this point in the history
  4. Filter3D: Updated TODO note for memcpys

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    492c1c2 View commit details
    Browse the repository at this point in the history
  5. Filter3D: Enable/disable API

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    07eb413 View commit details
    Browse the repository at this point in the history
  6. Filter3D: Added sample

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    e1f1fc5 View commit details
    Browse the repository at this point in the history
  7. Filter3D: IMU API preview

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    5dc29a7 View commit details
    Browse the repository at this point in the history
  8. Filter3D: Separate prediction/correction and process IMU input

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    734bf04 View commit details
    Browse the repository at this point in the history
  9. Filter3D: Refactored filter init and quat conversion

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    ff44df8 View commit details
    Browse the repository at this point in the history
  10. Filter3D: Apply filter enable/disable to prediction as well

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    2700bdb View commit details
    Browse the repository at this point in the history
  11. Filter3D: Refactored conversion to quaternion

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    5843016 View commit details
    Browse the repository at this point in the history
  12. Filter3D: Array access refactoring

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    98b95ed View commit details
    Browse the repository at this point in the history
  13. Removed Filter

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    40dd0ad View commit details
    Browse the repository at this point in the history
  14. Filter3D: Do not install sample

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    6a45a5d View commit details
    Browse the repository at this point in the history
  15. Filter3D: Persistence

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    f06995c View commit details
    Browse the repository at this point in the history
  16. Filter3D: API for setting covariance matrices

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    5127b4d View commit details
    Browse the repository at this point in the history
  17. Filter3D: Kalman filter documentation

    ayberkozgur authored and Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    1744fd1 View commit details
    Browse the repository at this point in the history
  18. unremove Filter for 2D detection

    Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    d4d7391 View commit details
    Browse the repository at this point in the history
  19. specialize filter for 2D

    Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    33ab3a5 View commit details
    Browse the repository at this point in the history
  20. minor documentation changes

    Quentin Bonnard committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    ada9c42 View commit details
    Browse the repository at this point in the history