-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApproach.tex
28 lines (16 loc) · 1.02 KB
/
Approach.tex
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
\section{Approach}
\subsection{Segmentation}
\subsection{Data association}
\subsection{Scan matching to a model}
\subsection{Sensor fusion (KF)}
\subsection{EKF}
In order for the system to have an up to date estimate of its location between graph updates by integrating new local estimates from on board sensors. The current system uses updates from wheel odometry, laser odometry, target matches, and April Tag matches. \\
Each Robots EKF uses an initrial frame repersentation of the robots coordinates. so all measurments must be transformed(projected) onto into the intirial frame.
To do this we use the following motion model:
\[ \textbf{Motion Model} = \left[ \begin{tabular}{cccccc} 1 & 0 & 0 & dt & 0 & 0\\
0 & 1 & 0 & 0 & dt & 0\\
0 & 0 & 1 & 0 & 0 & dt\\ \end{tabular} \right] \]
We have two distinct types of update steps: relative and absoulte measurments
absoulte observation matrix:
\subsection{Pose graph}
\subsection{EKF}