Skip to content
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
3 changes: 2 additions & 1 deletion rules/game_process.tex
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ \subsection{Robot States}
\centerline{\includegraphics[width=0.9\columnwidth]{figs/states_new.pdf}}
\caption{Diagram of the robot states.
\\\textbf{Chest button} transitions are shown as gray arrows.
However, any transition possible should be sent by the GameController.
\\\textbf{GameController} transitions are shown as black arrows.
% The following sentence is necessary because the GameController can undo actions.
However, any transition possible can actually be sent by the GameController.
\\Calibration transitions are shown as purple arrows which mean pressing the \textbf{front head button + the chest button}.
\\From any state it can be transitioned to the \texttt{unstiff} state, shown as a blue arrow, via pressing all \textbf{three head buttons}.
Pressing the \textbf{chest button} in the \texttt{unstiff} state allows a transition to the \texttt{initial} state, or a state as indicated by the GameController.}
Expand Down