您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

28 行
1.3KB

  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. As the \ac{cdc} was not finished, a small stand was build to test the \ac{scara}.
  7. The assembled \ac{scara} prototype on the stand is shown in \autoref{fig:prototype}.
  8. This prototype is able to execute the small rectangle as described in \autoref{test1}, and thus passes the test.
  9. In addition, it was possible to write three characters. Therefore, passing \autoref{test_triple_char}.
  10. \begin{marginfigure}
  11. \centering
  12. \includegraphics[width=51mm]{graphics/model_versions.pdf}
  13. \caption{
  14. 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.
  15. Through out the development different types of models are used, these are shown on the left.
  16. }
  17. \label{fig:levels}
  18. \end{marginfigure}
  19. \begin{figure*}[t]
  20. \hspace{5mm}
  21. \includegraphics[width=\linewidth]{graphics/scara_test.JPG}
  22. \caption{Assembled prototype of the \ac{scara}. The \ac{scara} passed \autoref{test1} drawing the perimeter and passed \autoref{test_triple_char} with the characters $123$.}
  23. \label{fig:prototype}
  24. \end{figure*}