Skip to content
Open
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
2 changes: 1 addition & 1 deletion documents/scoresheets.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%%
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[11pt, a4paper]{book}
\documentclass[10pt, a4paper]{book}

\usepackage{soul}

Expand Down
2 changes: 1 addition & 1 deletion scoresheets/HelpMeCarry.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\begin{scorelist}[timelimit=5]
\scoreheading{Main Goal}
\scoreitem{300}{Following the person to the car}
\scoreitem{15}{Perceiving the correct beg (visualize on screen or say which one)}
\scoreitem{15}{Perceiving the correct bag (visualize on screen or say which one)}
\scoreitem{100}{Picking up the correct bag}
\scoreitem{50}{Avoiding the crowd of people obstructing the path}
\scoreitem{50}{Avoiding the small object on the ground}
Expand Down
4 changes: 2 additions & 2 deletions scoresheets/PosterSession.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
\begin{compactenum}
\item Please watch all posters carefully.
\item There will be a team member for questions about the poster.
\item After viewing the poster and asking your questions you may have, please fill in the evaluation sheet below.
\item Is not allowed to evaluate your own team.
\item After viewing the poster and asking questions you may have, please fill in the evaluation sheet below.
\item It is not allowed to evaluate your own team.
\item You may use the space below \enquote{Remarks:} to take notes for yourself.
\item Enter your team's name (\enquote{Team name}) and your name (\enquote{referee name}) on top of the sheet.
\item Sign the form using either \enquote{Referee} or \enquote{Team leader} slots at the bottom.
Expand Down
30 changes: 14 additions & 16 deletions setup/macros_scoresheets.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
\newcommand{\shortScoresheet}{true}

% The global number of attempts per test
\newcommand{\attempts}{3}
\newcommand{\attempts}{4}

% The Default Timelimit for the Test
\newcommand{\timelimit}{5}
Expand Down Expand Up @@ -218,12 +218,11 @@
{\huge \textbf{Score Sheet} }%
\vspace{2 em}%

\begin{tabular}{ @{} l l l}
\textbf{Test:} & \currentTest \\[.9 em]%
\textbf{Team name:} & \scoreline[0.6]\\[.9 em]%
\textbf{Referee name:} & \scoreline[0.6]\\[.9 em]%
\end{tabular}%
\vspace{0.5 em}%
\begin{tabular*}{\textwidth}{@{} l @{\extracolsep{\fill}} l l @{}}
\textbf{Test:} & \multicolumn{2}{l}{\currentTest} \\[.9em]
\textbf{Team name:} & \scoreline[0.25] & \textbf{Referee name:}~\scoreline[0.25]
\end{tabular*}%
\vspace{0.1 em}%

\end{minipage}
\hfill
Expand All @@ -233,13 +232,14 @@
\begin{minipage}[t]{0.15\textwidth}%
\vspace{0pt}%
\includegraphics[width=\textwidth]{images/logo_RoboCupAtHome.jpg}%
\end{minipage}\\%
\end{minipage}%


}{
% \end{scoresheet}
\vspace{0.5 em}%
\textbf{Remarks:}%
\textbf{Remarks: }%
Please write why the task was finished: (i.e. timed out, bumped into wall, stuck in loop...), and number of failed attempts of every goal (i.e. tried picking object 2 times).

%
% Signatures of referee / team leader %%%%%%%%%%%%
Expand Down Expand Up @@ -470,13 +470,11 @@
\textbf{\small$3^{rd}$~try}}%
}{}%
\ifthenelse{##1 > 3}{
\foreach \i in {4,...,##1}{% chktex11
\protected@xdef\@attemptheadings{%
\@attemptheadings &%
\textbf{\small$\i^{th}$~try}%
}%
}%
\gdef\@marklinewidth{0.06}%
\protected@xdef\@attemptheadings{%
\textbf{\small$1^{st}$~try} &%
\textbf{Time} &%
\textbf{\small$2^{nd}$~try} &%
\textbf{Time}}%
}{}%
\@attemptheadings%
}
Expand Down