Skip to content
Snippets Groups Projects
Commit 4e6aa6c5 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Refactor Kalman filter

  Implement extended Kalman filter: user should provide
    - predicted state,
    - predicted observation,
    - partial derivative of state transition,
    - partial derivation of observation function
  through input signals.

  Implement python bindings.
parent 2e0e3042
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment