Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split rulebook #829

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions GeneralRules.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ \chapter{General Rules and Regulations}
Every rule in this section can be considered to implicitly include the term \emph{\enquote{unless stated otherwise}}.
This means that additional or contrary rules, in particular with respect to the specification of tests, have a higher priority than those mentioned in the general rules and regulations.

\input{general_rules/TeamRegistration}
%\input{general_rules/TeamRegistration}

\input{general_rules/vizbox}
%\input{general_rules/vizbox}

\input{general_rules/Scenario}

\input{general_rules/Robots}
%\input{general_rules/Robots}

\input{general_rules/ExternalDevices}
%\input{general_rules/ExternalDevices}

\input{general_rules/Organization}
%\input{general_rules/Organization}

\input{general_rules/Procedure}
%\input{general_rules/Procedure}

\input{general_rules/ContinueRules.tex}

\input{general_rules/PenaltiesBonuses}

\input{general_rules/OpenChallenge}
%\input{general_rules/OpenChallenge}

\input{general_rules/ManipulationChallenge}
%\input{general_rules/ManipulationChallenge}
% Local Variables:
% TeX-master: "Rulebook"
% End:
8 changes: 4 additions & 4 deletions Introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ \section{RoboCup@Home}
The focus is on, but is not limited to, the following domains: human-robot interaction and cooperation, navigation and mapping in dynamic environments, computer vision and object recognition under natural light conditions, object manipulation, adaptive behaviors, behavior integration, ambient intelligence, standardization and system integration.
The competition is co-located with the RoboCup symposium.

\input{introduction/Organization}
%\input{introduction/Organization}

\input{introduction/Infrastructure}
%\input{introduction/Infrastructure}

\input{introduction/Leagues}
%\input{introduction/Leagues}

\input{introduction/Competition}

\input{introduction/Awards}
%\input{introduction/Awards}

% Local Variables:
% TeX-master: "Rulebook"
Expand Down
60 changes: 60 additions & 0 deletions Organization.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% $Id: Rulebook.tex 2014-12-12 balkce $
%% author(s): RoboCupAtHome Technical Committee(s)
%% description: introduction to RoboCupAtHome
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt, twoside, openright, a4paper, chapterprefix]{scrbook}
\usepackage[inner=2.5cm, outer=2.5cm, top=4cm, bottom=4cm]{geometry}

%%% PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./setup/packages.tex}
\input{./setup/config.tex}
\input{./setup/styling.tex}


%%% MACROS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./setup/active_version.tex}
\graphicspath{{\YEAR/}{./images/}}
\input{./setup/macros.tex}
\input{./setup/abbrevix.tex}



\makeindex % generate index
\makeabbex % generate abbreviations





%\newcommand{\sectionbreak}{\clearpage}
%\newcommand{\subsectionbreak}{\clearpage}


\begin{document}

\input{./pages/titlepage}

\setcounter{page}{0}
\pagenumbering{roman}
\pagestyle{empty}
\input{./pages/acknowledgments}
\clearpage

\pagestyle{plain}
\tableofcontents
\clearpage

\setcounter{page}{1}
\pagenumbering{arabic}

\input{organization/Introduction}
\input{organization/GeneralRules}
\input{Setup}

\printabx
\printidx

\end{document}
60 changes: 60 additions & 0 deletions Roadmap.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% $Id: Rulebook.tex 2014-12-12 balkce $
%% author(s): RoboCupAtHome Technical Committee(s)
%% description: introduction to RoboCupAtHome
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt, twoside, openright, a4paper, chapterprefix]{scrbook}
\usepackage[inner=2.5cm, outer=2.5cm, top=4cm, bottom=4cm]{geometry}

%%% PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./setup/packages.tex}
\input{./setup/config.tex}
\input{./setup/styling.tex}


%%% MACROS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./setup/active_version.tex}
\graphicspath{{\YEAR/}{./images/}}
\input{./setup/macros.tex}
\input{./setup/abbrevix.tex}



\makeindex % generate index
\makeabbex % generate abbreviations





%\newcommand{\sectionbreak}{\clearpage}
%\newcommand{\subsectionbreak}{\clearpage}


\begin{document}

\input{./pages/titlepage}

\setcounter{page}{0}
\pagenumbering{roman}
\pagestyle{empty}
\input{./pages/acknowledgments}
\clearpage

\pagestyle{plain}
\tableofcontents
\clearpage

\setcounter{page}{1}
\pagenumbering{arabic}

\input{CompetitionConcepts}



\printabx
\printidx

\end{document}
37 changes: 37 additions & 0 deletions organization/GeneralRules.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% $Id: general_rules.tex 420 2013-04-08 15:30:35Z holz $
%% author(s): RoboCupAtHome Technical Committee(s)
%% description: description of the GENERAL RULES
%%
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{General Rules and Regulations}
\label{chap:rules}

These are the general rules and regulations for the competition in the \RoboCup\AtHome{} league.
Every rule in this section can be considered to implicitly include the term \emph{\enquote{unless stated otherwise}}.
This means that additional or contrary rules, in particular with respect to the specification of tests, have a higher priority than those mentioned in the general rules and regulations.

\input{general_rules/TeamRegistration}

\input{general_rules/vizbox}

%\input{general_rules/Scenario}

\input{general_rules/Robots}

\input{general_rules/ExternalDevices}

\input{general_rules/Organization}

\input{general_rules/Procedure}

%\input{general_rules/ContinueRules.tex}

%\input{general_rules/PenaltiesBonuses}

\input{general_rules/OpenChallenge}

% Local Variables:
% TeX-master: "Rulebook"
% End:
22 changes: 22 additions & 0 deletions organization/Introduction.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% author(s): RoboCupAtHome Technical Committee(s)
%% description: Introduction
%%
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Introduction}
\label{chap:introduction}

\input{introduction/Organization}

\input{introduction/Infrastructure}

\input{introduction/Leagues}

%\input{introduction/Competition}

\input{introduction/Awards}

% Local Variables:
% TeX-master: "Rulebook"
% End:
4 changes: 2 additions & 2 deletions rulebook.tex
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@

\input{Introduction}

\input{CompetitionConcepts}
%\input{CompetitionConcepts}

\input{GeneralRules}

\input{Setup}
%\input{Setup}



Expand Down