Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Oct 4, 2024
1 parent b992aa5 commit f33c652
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ Process model:

velocity:

$$ v_k = v_{k-1} + aT - \hat{a}_{k-1}T $$
$ v_k = v_{k-1} + aT - \hat{a}_{k-1}T $

displacement:

$$ y _k = y _{k-1} + v _{k-1}T + {a \over 2}T^2 - {\hat{a} _{k-1} \over 2}T^2 $$
$ y _k = y _{k-1} + v _{k-1}T + {a \over 2}T^2 - {\hat{a} _{k-1} \over 2}T^2 $

displacement_integral:

$$ z _k = z _{k-1} + y _{k-1}T + {v _{k-1} \over 2}T^2 + {a \over 6}T^3 - {\hat{a} _{k-1} \over 6}T^3 $$
$ z _k = z _{k-1} + y _{k-1}T + {v _{k-1} \over 2}T^2 + {a \over 6}T^3 - {\hat{a} _{k-1} \over 6}T^3 $

accelerometer bias:

$$ \hat {a} _k = \hat {a} _{k-1} $$
$ \hat {a} _k = \hat {a} _{k-1} $


### Implementation Notes
Expand Down

0 comments on commit f33c652

Please sign in to comment.