mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-04-28 10:09:23 +02:00
[AMR] Fix error
This commit is contained in:
Binary file not shown.
@@ -6,21 +6,21 @@ $_{\color{blue}\fbox{W}}\,\vec{t}\,_{\color{red}\fbox{B}} = \, _{\color{blue}\fb
|
|||||||
|
|
||||||
\shortdefinition[State vector] $x_R$: $x$, $v$ of rob in $W$, pos of sensors
|
\shortdefinition[State vector] $x_R$: $x$, $v$ of rob in $W$, pos of sensors
|
||||||
|
|
||||||
\shortdefinition[Rot. Mat.] $\mat{R}_{z} = \begin{bmatrix}
|
\shortdefinition[Rot. Mat.] $\mat{R}_{z}(\psi) = \begin{bmatrix}
|
||||||
c(\psi) & -s(\psi) & 0 \\
|
c(\psi) & -s(\psi) & 0 \\
|
||||||
s(\psi) & c(\psi) & 0 \\
|
s(\psi) & c(\psi) & 0 \\
|
||||||
0 & 0 & 1
|
0 & 0 & 1
|
||||||
\end{bmatrix}$\\
|
\end{bmatrix}$\\
|
||||||
$\mat{R}_y(\theta) = \begin{bmatrix}
|
$\mat{R}_y(\theta) = \begin{bmatrix}
|
||||||
c(\psi) & 0 & s(\psi) \\
|
c(\theta) & 0 & s(\theta) \\
|
||||||
0 & 1 & 0 \\
|
0 & 1 & 0 \\
|
||||||
-s(\psi) & 0 & c(\psi) \\
|
-s(\theta) & 0 & c(\theta) \\
|
||||||
\end{bmatrix}
|
\end{bmatrix};
|
||||||
\mat{R}_x(\varphi)
|
\mat{R}_x(\varphi)
|
||||||
\begin{bmatrix}
|
\begin{bmatrix}
|
||||||
1 & 0 & 0 \\
|
1 & 0 & 0 \\
|
||||||
0 & c(\psi) & -s(\psi) \\
|
0 & c(\varphi) & -s(\varphi) \\
|
||||||
0 & s(\psi) & c(\psi)
|
0 & s(\varphi) & c(\varphi)
|
||||||
\end{bmatrix}$
|
\end{bmatrix}$
|
||||||
|
|
||||||
\shortremark Application: ${_W} \vec{a} = \mat{R}_{WB} {_B} \vec{a}$
|
\shortremark Application: ${_W} \vec{a} = \mat{R}_{WB} {_B} \vec{a}$
|
||||||
|
|||||||
Reference in New Issue
Block a user