%\item what are the limits that the sensor dynamics poses. (i)initial delay, (ii) delay when position is requested unless always on, (iii) periodical drain of battery for updating ephemeris data, (iv) you can se you have lost visibility only if you are turned on ,(v) the best you can do is turn off the antenna (for this reaosn as soon as we get the position we assume you want to turn off the antenna)
%\item what are the phenomena we have to account for in regular ``working'' conditions. cycling on two different periods. plot of how this looks like?
%\item what are the possible disturbances we have to deal with. expiration of ephemeris data and loss of visibility. the latter is not observable when the antenna is turned off. examples?
%\item how do we do this? state machine of the controller`/ref{fig:controller}. three kind of transitions: some are observed events, some are control actions, some are both
%\end{itemize}
\textcolor{red}{Title: Analysis and sampling strategy}
Given the sensor fusion algorithm and the sensor model we can now describe which dynamical limitations the sensor imposes and therefore how it can be sampled. In this section we will discuss the general features that characterize an effective sampling strategy. Complementary in the next section a simulation evaluation of the available trade-offs will be performed.
Given the sensor fusion algorithm and the sensor model we can now describe which dynamical limitations the sensor imposes and therefore how it can be sampled. In this section we will discuss the general features that characterize an effective sampling strategy. Complementary in the next section a simulation evaluation of the available trade-offs will be performed.
\subsection{The dynamics}
\subsection{The dynamics}
...
@@ -50,7 +40,7 @@ font=\footnotesize]
...
@@ -50,7 +40,7 @@ font=\footnotesize]
\draw [arr] (ni) to node [above] {\texttt{turn\_on}} (re);
\draw [arr] (ni) to node [above] {\texttt{turn\_on}} (re);
%arrow from 2
%arrow from 2
\draw [arr] (re) to node [below] {\texttt{get\_ephemeris}} (gp);
\draw [arr] (re) to node [below] {\texttt{get\_ephemeris}} (gp);
\draw [arr, loop below] (re) to node [left ] {\texttt{sensor in position\_available}} (re);
\draw [arr, loop below] (re) to node [right] {\texttt{sensor in position\_available}} (re);
%arrows from 3
%arrows from 3
\draw [arr, bend left] (gp) to node [below] {\texttt{sensor in position\_available -- turn\_off}} (wst);
\draw [arr, bend left] (gp) to node [below] {\texttt{sensor in position\_available -- turn\_off}} (wst);
\draw [arr, bend right] (gp) to node [above] {\texttt{ephemeris\_about\_to\_expire V lost\_visibility}} (re);
\draw [arr, bend right] (gp) to node [above] {\texttt{ephemeris\_about\_to\_expire V lost\_visibility}} (re);