-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
79 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
\section{Clean the Table [House Holder]} | ||
The robot has to remove all dishes from a table (presumably after dinner) and place them into the dishwasher. | ||
|
||
% \subsection{Focus} | ||
% This test focuses on object perception, manipulation, and planning. | ||
|
||
\subsection{Main Goal} | ||
All the tableware and cutlery is inside the dishwasher. | ||
|
||
\noindent\textbf{Reward:} 1000pts | ||
|
||
\subsection{Bonus rewads} | ||
\begin{enumerate}[nosep] | ||
\item Opening the dishwasher door (300pts) | ||
\item Pulling out the dishwasher racks (300pts) | ||
\item Placing the Cascade Pod inside the dishwasher (300pts) | ||
\item Leaving the arena (100pts) | ||
\end{enumerate} | ||
|
||
\subsection{Setup} | ||
\begin{itemize}[nosep] | ||
\item \textbf{Location:} This test takes place in the arena. A dining table is located close to the dishwasher. | ||
\item \textbf{Tray:} A plastic tray is located either on top of the dishwasher, or onto one of its racks. The tray may have tableware and cutlery placed inside already. | ||
\item \textbf{Table setting:} The table has a total of 6 objects disposed in a typical setting for a meal for one person | ||
Distribution is as follows: | ||
\begin{itemize}[nosep] | ||
\item\textit{Silverware}: Any two objects (fork, knife, spoon). | ||
\item\textit{Tableware}: Any three objects, excluding silverware. At least one must be a dish. | ||
\item\textit{Cascade Pod}: One Cascade Pod. | ||
\end{itemize} | ||
\end{itemize} | ||
|
||
|
||
\subsection{Additional rules and remarks} | ||
\begin{enumerate}[nosep] | ||
\item \textbf{Safe placing:} Objects must be placed with care. It must be clear that the robot is trying to place the object, not throwing or dropping it. | ||
|
||
\item \textbf{Dishwasher:} The team decides whether the robot will place the objects in the dishwasher's rack or in the official tray. | ||
|
||
\item \textbf{Dishwasher door:} The dishwasher door is open and with the racks pulled out by default. | ||
The team leader can, however, request the diswasher to be closed and score additional points for opening it. If the robot fails to open the door, it must clearly state it and request the referee to open it. | ||
|
||
\end{enumerate} | ||
|
||
\subsection{Referee instructions} | ||
|
||
The referee needs to | ||
\begin{itemize} | ||
\item Place the table setting. | ||
\item Place the tray on the dishwasher or onto the rack, as requested by the team. | ||
\end{itemize} | ||
|
||
\subsection{OC instructions} | ||
During Setup days: | ||
\begin{itemize} | ||
\item Provide official cutlery and tableware for training. | ||
\end{itemize} | ||
|
||
2 hours before the test: | ||
\begin{itemize} | ||
\item Announce the predefined location to take the command. | ||
\item Announce the predefined location of the Cascade Pod. | ||
\end{itemize} | ||
|
||
% \newpage | ||
% \subsection{Score sheet} | ||
% \input{scoresheets/CleanTable.tex} | ||
|
||
% Local Variables: | ||
% TeX-master: "Rulebook" | ||
% End: | ||
|