-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresentation.tex
More file actions
205 lines (166 loc) · 6.08 KB
/
presentation.tex
File metadata and controls
205 lines (166 loc) · 6.08 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
% !TeX spellcheck = en_US
% !TEX TS-program = pdflatex
% !TEX encoding = IsoLatin
%% Version 4x3 und 16x9 2.2 02.01.2014
%Based on ETH official latex template
%Modified for ASL by Alvaro Estandia (09.02.2015) (ealvaro@student.ethz.ch)
% ==== wrapper class ==========================================================
\documentclass[% wrapper-class ETHpres option inspite of aspectratio for beamer-classe
fourtothree=true, % true (default) -- 4:3-format, false -- 16:9-format
DepLogo=true % true -- use deplogo_13.pdf, false (default)
% do not use deplogo_13.pdf for footer
]{ETHpres}
% ==== misc: you may use or not ===============================================
%\usepackage{graphicx} % for including figures
%%\graphicspath{{pictures/}}
%\usepackage{tabularx} % for special table environment (tabularx-table)
%\usepackage{booktabs} % for table layout
%\usepackage{natbib} % for bibliography with astron-style
%\bibliographystyle{astron}
%\usepackage{siunitx} % to use for international units in the real world
%\usepackage[
% colorlinks=true, linkcolor=white, urlcolor=white, % this is special for this presentation here to get the toc in white
% hypertexnames=false,% for correct links (duplicate-error solution)
% setpagesize=false, % necessary in order to not change text-/paperformat for the document
% pdfborder={0 0 0}, % removes border around links
% pdfpagemode=FullScreen,% open pdf in full screen mode
% pdfstartview=Fit % fit page to pdf viewer
%]{hyperref}% all links stay black and are thus invisible
%----- My Packages
\titlespacing{\section}{0pt}{-25pt}{0pt}
\titlespacing{\subsubsection}{0pt}{5pt}{0pt}
\usepackage{amsmath}
\usepackage{caption}
\usepackage{comment}
\usepackage[makeroom]{cancel}
\setitemize{noitemsep,topsep=0pt,parsep=0pt,partopsep=0pt}
%\usepackage{soul} Highligh text \hl{Some Text}
\usepackage{media9} %Add videos
%ASL Packages
\usepackage[numbers]{natbib}
\usepackage{enumitem}
\usepackage{units}
\usepackage{isomath}
\renewcommand{\vec}{\vectorsym}
\newcommand{\mat}{\matrixsym}
% Tikz drawings
\usepackage{tikz}
\usetikzlibrary{calc}
% ==== language ================================================================
\usepackage[latin1]{inputenc}
%\usepackage[utf8]{inputenc}
% English
\usepackage[english]{babel}
\AtBeginDocument{\renewcaptionname{english}{\contentsname}{ }}% toc-name
%% Deutsch
%\usepackage[ngerman]{babel}
%\AtBeginDocument{\renewcaptionname{ngerman}{\contentsname}{ }}% toc-name
% ==== choose the basic color for your presentation ===========================
% colorbar-color
\colorlet{firstcolor}{ETHc} % see pages 2 and 3 of this sample presentation
% bachground color titlepage
\colorlet{secondcolor}{ETHc} % see pages 2 and 3 of this sample presentation
% === fill in first information for the presentation ==========================
\newcommand*{\ETHtitle}{Closed-Loop Multi-Sensor SLAM for Fixed-Wing UAVs.}
\newcommand*{\ETHauthor}{Adam Radomski}
\newcommand*{\ETHdate}{16.06.2017}
\begin{document}
% =========== begin of titlepage ============
\ETHtitelbild\textcolor{white}{\large\textbf{\ETHtitle}}\\~\newline\hspace{6mm}\normalsize%
%%
% ==== start here with the text on the titlepage
\textcolor{white}{
\textbf{\ETHauthor}\\ \\
Master Thesis\\
Supervised by Timo Hinzmann, Thomas Schneider}\\
%%
\ETHslide
\section*{Motivation}
Develop localization framework which can simultaneously:
\begin{itemize}
\item[\ETHitem] Estimate local navigation solution with minimal latency
\item[\ETHitem] Find optimal solution given all the measurements
\end{itemize}
\begin{center}
\includegraphics[width=0.6\textheight]{pictures/simulation.png}\\
\tiny Trajectory estimated on a replayed test data.
\end{center}
\clearpage
\ETHslide
\section*{Approach}
Splitting the problem into short and long term problems
\begin{minipage}{0.35\textwidth}
\begin{itemize}
\item[\ETHitem] \normalsize Short\\ \footnotesize local navigation solution
\vspace*{3\baselineskip}
\item[\ETHitem] \normalsize Long\\ \footnotesize solution given all data, loop closure
\end{itemize}
\end{minipage}
\begin{minipage}{0.64\textwidth}
\centering
\includegraphics[width=0.99\textwidth]{TikZ_drawings/Simple_STS_and_LTS_diagram_2/Simple_STS_and_LTS_2.pdf}\\
\end{minipage}
\clearpage
\ETHslide
\section*{Work done so far}
\begin{minipage}{0.4\textwidth}
\footnotesize
Short Term Smoother
\begin{itemize}
\item[\ETHitem] building a full factor graph given sensor data
\item[\ETHitem] localization
\item[\ETHitem] passing data to LTS
\end{itemize}
\footnotesize
Long Term Smoother
\begin{itemize}
\item[\ETHitem] building a map
\item[\ETHitem] building a full factor graph based on the map
\item[\ETHitem] localization
\end{itemize}
\end{minipage}
\hspace{0.2cm}
\begin{minipage}{0.59\textwidth}
\centering
\includegraphics[width=0.99\textwidth]{TikZ_drawings/STS_and_LTS/STS_and_LTS.pdf}\\
\end{minipage}
\clearpage
\ETHslide
\section*{Current status}
\begin{itemize}
\item[\ETHitem] Optimization of the factor graph
\item[\ETHitem] Keeping map and factor graph updated
\item[\ETHitem] Inserting fixed landmark positions to STS
\end{itemize}
\begin{center}
\includegraphics[width=0.6\textwidth]{TikZ_drawings/factor_graph_small/factor_graph.pdf}\\
\end{center}
\clearpage
\ETHslide
\section*{Next steps}
\begin{itemize}
\item[\ETHitem] 3-stage landmark initialization
\begin{center}
\includegraphics[width=0.6\textwidth]{pictures/3stageLandmark.png}\\
\tiny{Image from [1].}
\end{center}
\item[\ETHitem] Sliding-Window STS
\begin{itemize}
\item Marginalize old factors
\end{itemize}
\item[\ETHitem] Loop closure
\item[\ETHitem] Tests on UAV
\end{itemize}
\vspace*{1\baselineskip}
\tiny{[1] H.-P. Chiu, S. Williams, F. Dellaert, S. Samarasekera, R. Kumar (2013). Robust vision-aided\ navigation using sliding-window factor graphs. In IEEE International Conference on Robotics and Automation (pp. 46-53)}
\clearpage
\begin{comment}
References Slide
\ETHslide
\addcontentsline{toc}{section}{References}
\bibliographystyle{bibliography/IEEEtranN}
\tiny{
\bibliography{FILE}}
\clearpage
\end{comment}
\end{document}