diff --git a/README.md b/README.md index e64c7ed..9161167 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ If you find mistakes, please open an issue or fix them yourself and open a PR. - [Introduction to Machine Learning Cheat-Sheet (EN)](./semester6/iml/main.pdf) Author: Robin Bacher +### Electives +#### Autonomous Mobile Robots +- [Autonomous Mobile Robots Cheat-Sheet (EN)](./electives/amr/autonomous-mobile-robots-cheatsheet.pdf) Author: Janis Hutz +- [Virtual Reality I Summary (EN)](./electives/vr1/virtual-reality1-summary.pdf) Author: Janis Hutz + + ## Contributing Clone this repo locally using ```bash diff --git a/electives/amr/autonomous-mobile-robots-cheatsheet.pdf b/electives/amr/autonomous-mobile-robots-cheatsheet.pdf new file mode 100644 index 0000000..f41d32a Binary files /dev/null and b/electives/amr/autonomous-mobile-robots-cheatsheet.pdf differ diff --git a/electives/amr/autonomous-mobile-robots-cheatsheet.tex b/electives/amr/autonomous-mobile-robots-cheatsheet.tex new file mode 100644 index 0000000..0c633a8 --- /dev/null +++ b/electives/amr/autonomous-mobile-robots-cheatsheet.tex @@ -0,0 +1,17 @@ +\documentclass{article} + +\input{~/projects/latex/janishutz-helpers.tex} + +\usepackage{lmodern} +\setFontType{sans} + +\setupCheatSheet{Autonomous Mobile Robots} + +\begin{document} +\startDocument + + + + + +\end{document} diff --git a/electives/amr/parts/01_positioning/00_intro.tex b/electives/amr/parts/01_positioning/00_intro.tex new file mode 100644 index 0000000..e69de29 diff --git a/electives/vr1/parts/00_intro.tex b/electives/vr1/parts/00_intro.tex new file mode 100644 index 0000000..6d8b74b --- /dev/null +++ b/electives/vr1/parts/00_intro.tex @@ -0,0 +1 @@ +\section{Introduction} diff --git a/electives/vr1/virtual-reality1-summary.pdf b/electives/vr1/virtual-reality1-summary.pdf new file mode 100644 index 0000000..198c272 Binary files /dev/null and b/electives/vr1/virtual-reality1-summary.pdf differ diff --git a/electives/vr1/virtual-reality1-summary.tex b/electives/vr1/virtual-reality1-summary.tex new file mode 100644 index 0000000..d2f5c54 --- /dev/null +++ b/electives/vr1/virtual-reality1-summary.tex @@ -0,0 +1,46 @@ +\documentclass{article} + +\input{~/projects/latex/janishutz-helpers.tex} + +\usepackage{lmodern} +\setFontType{sans} + +\setup{Visualization, Simulation and Interaction\\ Virtual Reality I} + +\begin{document} +\startDocument + +\vspace{1cm} +\begin{center} + \includegraphics[width=0.5\linewidth]{~/projects/latex/assets/logo.jpg} +\end{center} + + +\vspace{2cm} +\begin{center} + \begin{Large} + \quote{A funny quote by a professor} + \end{Large} + + \hspace{3cm} - Prof. Dr. Professor Name, YEAR +\end{center} + +\vspace{1.5cm} +\begin{center} + FS2026, ETHZ + + \begin{Large} + Summary of the Script and Lectures + \end{Large} +\end{center} + + +\newpage +\printtoc{Aquamarine} + + +\newpage +\input{parts/00_intro.tex} + + +\end{document}