-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
87 lines (61 loc) · 2.33 KB
/
main.tex
File metadata and controls
87 lines (61 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
\documentclass[11pt,letterpaper,oneside]{book}
\input{configuration/packages.tex}
\title{Autonomous Landing of a Multicopter Using Computer Vision\\\vspace{0.5cm} \large Thesis of 30 ECTS submitted to the Department of Computer Science in partial fulfillment of the requirements for the degree of Master of Science in Computer Science}
\author[ ]{Joshua Springer}
% \DTMlangsetup{showdayofmonth=false}
\date{\today}
\affil[ ]{Reykjavík University; Department of Computer Science}
\affil[ ]{Mälardalen University; School of Innovation, Design, and Engineering}
\makeglossaries
\renewcommand{\bibname}{References}
\begin{document}
\vbox
{
\centering
\includegraphics[width=0.3\textwidth]{images/ru_logo_transparent.png}
\maketitle
}
\chapter*{Acknowledgements}
I would like to thank my family for their undying love, support, and encouragement which have gotten me this far.
\vspace{0.5cm}\noindent
My thanks go to Mälardalen University, Reykjavík University, and the Nordic Council, without whose generosity in the MDH Scholarship and the Nordic Master Programme, I would not have had the opportunity to study my passion in two wonderful countries.
\chapter*{Abstract}
\input{sections/abstract}
\tableofcontents
\listoffigures
\input{sections/glossary.tex}
\printglossary
\printglossary[type=\acronymtype]
\chapter{Introduction}
\section{Problem Statement and Motivation}
\input{sections/problem_statement_and_motivation.tex}
\section{Background}
\input{sections/background.tex}
\section{Related Work}
\input{sections/related_works.tex}
\section{Structure of this Thesis}
\input{sections/thesis_structure}
\chapter{Methods}
\section{Landing System Requirements and Design Overview}
\input{sections/requirements}
\section{System Evaluation through Simulation}
\input{sections/simulation.tex}
\chapter{Simulation Results}
\label{chapter:simulation_results}
\input{sections/results}
\chapter{Future Migration to a Physical System}
\section{Hexacopter Design}
\input{sections/hexacopter_design.tex}
\section{Real World Testing}
\input{sections/real_world_experiments.tex}
\chapter{Conclusions}
\input{sections/conclusions}
% \chapter{Appendices}
\appendix
\chapter{Code Repositories}
% \global\oneappendixfalse
\input{sections/appendices}
% \bibliographystyle{plain}
\bibliographystyle{IEEEtran}
\bibliography{sections/references}
\end{document}