Skip to content
Snippets Groups Projects
Commit 572ec024 authored by Claudio (xjobb Martina)'s avatar Claudio (xjobb Martina)
Browse files

latest

parent 67bb87b2
No related branches found
No related tags found
No related merge requests found
...@@ -291,4 +291,12 @@ month={Sept},} ...@@ -291,4 +291,12 @@ month={Sept},}
pages={1698-1705} pages={1698-1705}
} }
%libro su GPS+inertial navigation
@book{Grewal:2007:GPS:1237963,
author = {Grewal, Mohinder S. and Weill, Lawrence R. and Andrews, Angus P.},
title = {Global Positioning Systems, Inertial Navigation, and Integration},
year = {2007},
isbn = {0470041900},
publisher = {Wiley-Interscience},
address = {New York, NY, USA},
}
...@@ -262,13 +262,13 @@ font=\footnotesize] ...@@ -262,13 +262,13 @@ font=\footnotesize]
\begin{pgfonlayer}{background} \begin{pgfonlayer}{background}
% yellow: ephemeris data available % yellow: ephemeris data available
\draw[draw=black, dashed, fill=yellow!10] (10.5,-1.95) rectangle (13.5,1.35); \draw[draw={rgb:red,205;green,205;blue,15;black,5}, dashed, fill=yellow!10] (10.5,-1.95) rectangle (13.5,1.35);
\draw[draw=black, dashed, fill=yellow!10] (4.25,-4.15) rectangle (13.5,-1.95); \draw[draw={rgb:red,205;green,205;blue,15;black,5}, dashed, fill=yellow!10] (4.25,-4.15) rectangle (13.5,-1.95);
\draw[draw=yellow!10,-] (10.5,-1.95) -- (13.5,-1.95); \draw[draw=yellow!10,-] (10.5,-1.95) -- (13.5,-1.95);
\node (eda) at (6.35, -3.9) {\textcolor{rgb:red,205;green,205;blue,15;black,5}{\textbf{Ephemeris Data Available}}}; \node (eda) at (6.35, -3.9) {\textcolor{rgb:red,205;green,205;blue,15;black,5}{\textbf{Ephemeris Data Available}}};
% pink: ranging data available % pink: ranging data available
\draw[draw=none, fill=red, opacity=0.1, rounded corners] (6.65,-1.15) rectangle (13.35,1.15); % fill \draw[draw=none, fill=red, opacity=0.1, rounded corners] (6.65,-1.15) rectangle (13.35,1.15); % fill
\draw[draw=black, dashed, rounded corners] (6.65,-1.15) rectangle (13.35,1.15); % border \draw[draw={rgb:red,155;green,10;blue,10;black,5}, dashed, rounded corners] (6.65,-1.15) rectangle (13.35,1.15); % border
\node (eda) at (8.55, -0.9) {\textcolor{rgb:red,155;green,10;blue,10;black,5}{\textbf{Ranging Data Available}}}; \node (eda) at (8.55, -0.9) {\textcolor{rgb:red,155;green,10;blue,10;black,5}{\textbf{Ranging Data Available}}};
\end{pgfonlayer} \end{pgfonlayer}
......
\begin{itemize} \begin{itemize}
\item Introduci come case study \item Introduci come case study. cite the applications from the introduction (drones, small trackers for sport or animals..) and explain the commonalities (no interenet connection, lightweight and small battery, availability of other sensors..). To maximize battery duration different information sources with different effect on the battery and different quality can be merged. The most common one is perhaps GPS+IMU.
\item Spiega cosa vuol dire sensor fusion \item Spiega cosa vuol dire sensor fusion. Using IMU in short time scales and GPS in longer ones. So we do GPS sampling, but we want to guarantee availability of GPS and do it power efficiently.
\item Spiega con quali sensori fondi (anche caratteristiche tipo deve consumare meno batteria, altrimenti grazie al cavolo) \item Spiega con quali sensori fondi (anche caratteristiche tipo deve consumare meno batteria, altrimenti grazie al cavolo) IMU, which measures do we get from it, how much power it consumes. cite the book~\cite{bib:gps-imu}.
\item Spiega come lo fai (equazioni) \item Spiega come lo fai (equazioni). rifrasa dal tast del corso AS1
\end{itemize} \end{itemize}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment