Liking cljdoc? Tell your friends :D
Clojure only.

physics.observer.ekf

Extended Kalman Filter for 6-DoF rigid body state estimation.

Extended Kalman Filter for 6-DoF rigid body state estimation.
raw docstring

predictclj

(predict {:keys [state-est covariance model controls environment dt Q]})

EKF Prediction Step. Returns {:state-est ... :covariance ...}

EKF Prediction Step.
Returns {:state-est ... :covariance ...}
sourceraw docstring

update-stepclj

(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)
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close