選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

26 行
1.1KB

  1. %&tex
  2. \section{Result}
  3. \label{sec:result}
  4. In the end, the development produced eight models with increasing levels of detail and one prototype.
  5. The different levels of detail and how they are modelled are shown in \autoref{fig:levels}.
  6. The assembled \ac{scara} prototype is shown in \autoref{fig:prototype}.
  7. This prototype is able to execute the small rectangle as described in \autoref{test1}, and thus passes the test.
  8. In addition, it was possible to write three characters. Therefore, passing \autoref{test_triple_char}.
  9. \begin{marginfigure}
  10. \centering
  11. \includegraphics[width=51mm]{graphics/model_versions.pdf}
  12. \caption{
  13. Levels of detail of the design are shown on the right, starting with the least detail at the top and most detail at the bottom.
  14. Through out the development different types of models are used, these are shown on the left.
  15. }
  16. \label{fig:levels}
  17. \end{marginfigure}
  18. \begin{figure}[t]
  19. \hspace{5mm}
  20. \includegraphics[width=96mm]{graphics/prototype.JPG}
  21. \caption{Assembled prototype of the \ac{scara}.}
  22. \label{fig:prototype}
  23. \end{figure}