forked from attilafdr/robonaut_paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArticle.tex
71 lines (56 loc) · 2.53 KB
/
Article.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
\documentclass[twoside,b5paper,10pt]{article}
\usepackage{AUTstyle}
\usepackage{hyperref}
\usepackage[]{mcode}
\lstdefinestyle{customc}{
belowcaptionskip=1\baselineskip,
breaklines=true,
frame=L,
xleftmargin=\parindent,
language=C,
showstringspaces=false,
basicstyle=\footnotesize\ttfamily,
keywordstyle=\bfseries\color{green},
commentstyle=\itshape\color{green},
identifierstyle=\color{black},
stringstyle=\color{orange},
}
\title{Development of an Autonomous Ground Vehicle for the RobonAUT 2014 Contest}
\author{Csorvási Gábor \and Fodor Attila}
\institution{Department of Automation and Applied Informatics \\
Budapest University of Technology and Economics}
\email{\{csorvagep, attila.fodor.89\}@gmail.com}
\headerTitle{Development of an AGV\dots}
\headerAuthor{Csorvási Gábor and Fodor Attila}
% Style Guide:
% Technologies: Enclose them with \verb!name! e.g.: \verb!MATLAB!
% Important anocryms, titles, etc: Enclose them in \textbf{name} to get bold typeface. e.g. \textbf{RobonAUT}
% Emphasis: Enclose in \emph{name}
\begin{document}
\makeAutStyleTitle
\begin{abstract}
RobonAUT is a local robot development contest of the Faculty of Electrical Engineering and Informatics of BME. This paper describes the development process of an Autonomous Ground Vehicle which was one of the successful competitors of the 2014 contest. During software development of the embedded control system the possibilities of rapid prototyping have been exploited extensively. The paper demonstrates the power of model based design of control systems and embedded software, and describes the rapid deployment method in detail, which was used to integrate the MATLAB model with FreeRTOS on the target hardware.
\end{abstract}
\begin{keywords}
RobonAUT; Autonomous; AACS Workhsop; MATLAB; Real-Time; Control Systems; ...
\end{keywords}
\input{introduction}
\input{modeldesign}
\input{integration}
\input{hardwaresupport}
\input{conclusion}
\section*{Acknowledgments}
{ \small The author would like to express his thanks to István Vajk~\footnote{Please mention the name of your advisor in the
Acknowledgements section. } for his support as a scientific advisor.
This work has been supported by the \dots \footnote{Please mention
the institution or organization that has supported your research
work.} }
% NOTE!
% When changing the BiBTeX file, the following procedure must be followed to obtain a document with working references:
% Compile PDF LaTeX
% Compile BiBTeX
% Compile PDF LaTeX
% Compile PDF LaTeX
% Now check the output
\makeAutBib{bibs}
\end{document}