diff --git a/chap/standdertechnik.tex b/chap/standdertechnik.tex index f60ee4d2fbf3d5f902cf1bfa638188fc53f09e4c..0dab949429a9d58c0e39b27b57d97a4524b83404 100644 --- a/chap/standdertechnik.tex +++ b/chap/standdertechnik.tex @@ -78,4 +78,23 @@ \caption{SparkFun JetBot AI Kit V2.1 \cite{jetbot:Sparkfun}} \end{figure} + + \subsection{Performance Baseline} \label{sub: performance baseline} + + \begin{figure} + \includegraphics[width=.6\textwidth]{img/jtop_baseline.png} + \caption{CPU Auslastung des JetBots ohne \gls{ROS}} + \end{figure} + + Basline Auslastung ohne irgendwelche laufenden Prozesse $\approx8\,\percent$. + + \begin{figure} + \includegraphics[width=.6\textwidth]{img/jtop_camera.png} + \caption{CPU Auslastung mit laufender Kamera und ROS-Core} + \label{fig: jtop: cam baseline} + \end{figure} + + Mit ROS-Core und laufendem Kameratreiber $\approx38\,\percent$ + + \section{Aufgebaute Anlage} \label{sec: anlgae} diff --git a/img/jtop_baseline.png b/img/jtop_baseline.png new file mode 100644 index 0000000000000000000000000000000000000000..afcff73e29515d7d5d5272c838a84830a98bdba9 Binary files /dev/null and b/img/jtop_baseline.png differ diff --git a/img/jtop_camera.png b/img/jtop_camera.png new file mode 100644 index 0000000000000000000000000000000000000000..9e7cf2cbb7559a50a1eba32a135b437a773cbeb8 Binary files /dev/null and b/img/jtop_camera.png differ