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 6 commits into
base: master
Choose a base branch
from
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
12 changes: 12 additions & 0 deletions pages/general_rules/Procedure.tex
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,18 @@ \subsection{Start Signal}\label{rule:start_signal}
This rule ensures fairness and flexibility while addressing unavoidable physical challenges during league operations.
\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 major scoring action.
\item The test time will continue running until the team has exited the \Arena{} with the robot.
\item A restart incurs a penalty of \SI{30}{\second}, subtracted from the total time.
\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.
\item Only points scored after a restart are counted; points scored before the restart are not considered if a restart was requested.
\end{itemize}


\subsection{Entering and leaving the \Arena{}}
Expand Down
1 change: 1 addition & 0 deletions setup/macros_scoresheets.tex
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@
\ifShortScoresheet{}{%
\scoreheading{Recordings}
\scoreitem{0}{Duration (limit: \textbf{\scorelistTimelimit{}:00} minutes)}
\scoreitem{0}{Restart after (sec)}
}%


Expand Down
Loading