mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 04:40:07 +01:00
[AMR] Start summary
This commit is contained in:
Binary file not shown.
@@ -1,17 +1,24 @@
|
||||
\documentclass{article}
|
||||
|
||||
\PassOptionsToPackage{skip=0pt}{parskip}
|
||||
\input{~/projects/latex/janishutz-helpers.tex}
|
||||
|
||||
\usepackage{lmodern}
|
||||
\setFontType{sans}
|
||||
|
||||
\fboxsep 1pt
|
||||
\fboxrule 0.1pt
|
||||
\renewcommand{\vec}[1]{\textbf{#1}}
|
||||
\noverticalspacing
|
||||
|
||||
\setupCheatSheet{Autonomous Mobile Robots}
|
||||
|
||||
\begin{document}
|
||||
\startDocument
|
||||
|
||||
|
||||
|
||||
\section{Locomotion \& Kinematics}
|
||||
\input{parts/01_kinematics/00_intro.tex}
|
||||
|
||||
|
||||
\end{document}
|
||||
|
||||
1
electives/others/amr/parts/00_basics/00_probability.tex
Normal file
1
electives/others/amr/parts/00_basics/00_probability.tex
Normal file
@@ -0,0 +1 @@
|
||||
\subsection{Probability}
|
||||
6
electives/others/amr/parts/01_kinematics/00_intro.tex
Normal file
6
electives/others/amr/parts/01_kinematics/00_intro.tex
Normal file
@@ -0,0 +1,6 @@
|
||||
\subsection{Positioning}
|
||||
\shortdefinition[Position Vector]
|
||||
$_{\color{blue}\fbox{W}}\,\vec{t}\,_{\color{red}\fbox{B}} = \, _{\color{blue}\fbox{W}}\,\vec{t}\,_{\color{ForestGreen}\fbox{W}}\,_{\color{red}\fbox{B}}$,
|
||||
{\color{blue} Original Frame}, {\color{red} End point}, {\color{ForestGreen} Target Frame}
|
||||
|
||||
\shortdefinition[State vector] $x_R$: $x$, $v$ of rob in $W$, pos of sensors
|
||||
Reference in New Issue
Block a user