Skip to content

Commit

Permalink
Added rule to 4.4.2 Timeouts (RoboCup-SSL#88)
Browse files Browse the repository at this point in the history
* Added rule to 4.4.2 Timeouts

* Update chapters/gamestructure.adoc

Co-authored-by: Nicolai Ommer <[email protected]>

* reworded to remove 'substituted' to prevent confusion with the additional rules around substitution

* Added the disallowance of manually moving robots to the section Autonomy

---------

Co-authored-by: Emiel Steerneman <[email protected]>
Co-authored-by: Nicolai Ommer <[email protected]>
  • Loading branch information
3 people authored and kkimurak committed Jan 15, 2025
1 parent 75e7d7e commit 31f1d33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions chapters/gamestructure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ As a result, the time needed for a match is much greater than the playing time.
タイムアウトを取りたい時、<<ハンドラー/Robot Handler, ハンドラー>>は主審に確認をとらなければならない。タイムアウトは<<概要/Overview, 休憩>>のように扱われ、両チームとも自らのソフトウェアとハードウェアの修正を行うことが許可されている(「<<自律性/Autonomy, 自律性>>」を参照)。 +
The <<ハンドラー/Robot Handler, robot handler>> has to ask the referee for a timeout. Timeouts are handled like <<概要/Overview, breaks>>, meaning that both teams are allowed to make modifications to their software and hardware (see <<自律性/Autonomy,Autonomy>>).

Any robot that has been physically interacted with during a timeout must be taken out of the field. It can be brought in again, also during the same timeout, via the area outlined in <<Robot Substitution, Robot Substitution>>.

どちらのチームも競技開始から4回までのタイムアウトが割り当てられている。すべてのタイムアウトの合計は300秒まで許されている。タイムアウトはstop game中のみ取得することができる。時間は<<Game Controller Operator, game controller operator>>によって監視と記録がされている。 +
Each team is allocated 4 timeouts at the beginning of the match. A total of 300 seconds is allowed for all timeouts. Timeouts may only be taken during a game
stoppage. The time is monitored and recorded by the <<Game Controller Operator, game controller operator>>.
Expand Down
2 changes: 1 addition & 1 deletion chapters/robots.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ Bluetooth is not allowed since it cannot be fixed to frequency channels.

==== 自律性/Autonomy
ロボットの装備は完全に自律していなくてはならない。試合中、人間のオペレーターは、<<概要/Overview, 休憩>>や<<タイムアウト/Timeouts, タイムアウト>>中以外に、システムに対して一切の情報を入力することはできない。このルールを無視することは、<<非スポーツマン行為/Unsporting Behavior, 非スポーツマン行為>>とみなす。 +
The robotic equipment has to be fully autonomous. Human operators are not permitted to enter any information to the system during a match, except in <<概要/Overview, breaks>> or during a <<タイムアウト/Timeouts, timeout>>. Disregarding this rule is considered <<非スポーツマン行為/Unsporting Behavior, unsporting behavior>>.
The robotic equipment has to be fully autonomous. Human operators are not permitted to enter any information to the system during a match, except in <<概要/Overview, breaks>> or during a <<タイムアウト/Timeouts, timeout>>. Additionally, robots may not be manually moved during any phase of the match, except for moving robots out of the field, or into the field as described in <<Robot Substitution, Robot Substitution>>. Disregarding this rule is considered <<非スポーツマン行為/Unsporting Behavior, unsporting behavior>>.

0 comments on commit 31f1d33

Please sign in to comment.