Extended Kalman Filter for 6-DoF rigid body state estimation.
Extended Kalman Filter for 6-DoF rigid body state estimation.
(predict {:keys [state-est covariance model controls environment dt Q]})EKF Prediction Step. Returns {:state-est ... :covariance ...}
EKF Prediction Step.
Returns {:state-est ... :covariance ...}(update-step {:keys [state-est covariance]} H z R)EKF Update Step. H: Measurement matrix (m x n) z: Measurement vector (m) R: Measurement noise covariance (m x m)
EKF Update Step. H: Measurement matrix (m x n) z: Measurement vector (m) R: Measurement noise covariance (m x m)
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |