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

Restart of the robot during challange #921

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
15 changes: 15 additions & 0 deletions pages/general_rules/Procedure.tex
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,21 @@ \subsection{Start signal}\label{rule:start_signal}

\end{enumerate}

\subsection{Restart Rule}
\label{rule:restart}

During any test, teams are allowed to perform a single restart per attempt under the following conditions:
\begin{itemize}
\item A restart may only be requested until the robot completes a scoring action.
\item A restart incurs a penalty of \SI{30}{\second}, added to the total time.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be subtracted from the total time, no?

\item The test time will continue running until the team has exited the \Arena{} with the robot.
\item After exiting, the team may requeue at the back of the line and begin their attempt again within their remaining time.
\item Only one restart is permitted per test attempt.
\end{itemize}

\textbf{Score Sheet Adjustment:}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not need to be in the rules.
Just add the checkmark to the scoresheets

To track restarts, a checkbox will be added to the official score sheet, indicating whether a team has utilized their restart during the test.


\subsection{Entering and leaving the \Arena{}}
\label{rule:start_position}
Expand Down