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 974e6c7 commit c803a92
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 c803a92

Please sign in to comment.