mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
[AMR] Various fixes, error propagation, more explanations
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
$\vec{z} = \vec{b}_C + s\mat{M} {_S}\vec{\omega} + \vec{b} + \vec{n} + \vec{o}$:
|
||||
$\vec{b}_C$ const bias, $\vec{b}$ time bias, $\mat{M}$ missal., $\vec{n} \sim \cN(\vec{0}, \mat{R})$ noise, ${_S}\omega$ corr. meas., $\vec{o}$ other infl.
|
||||
|
||||
\hl{Finding}: Is in $W$-frame, so may need $\mat{T}_{BW}$ or $\mat{R}_{BW}$.
|
||||
Other model: $\vec{z} = \vec{h}(\vec{x}) + \vec{v}$, $\vec{h}(\vec{x})$ is pos of rob. dep. model
|
||||
\hl{Finding}: Is in $W$-frame: may need $\mat{T}_{BW}$ or $\mat{R}_{BW}$.
|
||||
Also see Sec.~\ref{sec:sensors}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
\subsection{Error Propagation}
|
||||
For functions $\vec{f}(\vec{x}) = \mat{A}\vec{x}$, the \bi{linear error propagation}
|
||||
is given by $\Sigma^f = A \Sigma^x \A^\top$, with $\Sigma^x$ the uncertanty of $\vec{x}$ (covariance mat.)
|
||||
Reference in New Issue
Block a user