Skip to content

Commit

Permalink
Prevent illegal position for a returning robot (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben47955 authored Jun 17, 2024
1 parent 5ec6d26 commit 7d59f80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions rules/forbidden_actions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ \subsubsection{Before and During Kick-off}

If a robot violates the positioning restrictions made in \cref{sec:kick-off} at the time the \texttt{set} state starts, it will be penalized and removed for \qty{15}{\second}.
If a robot enters the areas of the other team before the ball is in play, it will be penalized and removed according to the standard removal penalty.
A robot making reasonable effort to return to the field from a standard penalty must not be penalized for illegal position.

\subsubsection{Own Goal Area}
\label{sec:ip_own_goal_area}
Expand Down
2 changes: 2 additions & 0 deletions rules/game_process.tex
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ \subsection{Kick-off}
\item Both teams are also subject to restrictions on the goal area (\cf~\cref{sec:ip_own_goal_area}).
\end{itemize}
All robots that do not reach legal positions before the \texttt{set} state begins or enter illegal positions before the ball is in play will be penalized with the ``Illegal Position'' penalty~(\cf \cref{sec:ip_kick_off}).
An exception applies to robots making reasonable effort to return to the field from a standard penalty and must not be penalized for illegal position.
A referee places the ball on the center mark.
If the ball is moved by one of the robots during the \texttt{set} state, it is placed back by one of the referees.
Expand Down

0 comments on commit 7d59f80

Please sign in to comment.