Skip to content

Commit

Permalink
Rules2025/88 タイムアウト中のロボット手動移動禁止 (#97)
Browse files Browse the repository at this point in the history
* Added rule to 4.4.2 Timeouts (RoboCup-SSL#88)

* 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]>

* 和訳

---------

Co-authored-by: Emiel Steerneman <[email protected]>
Co-authored-by: Emiel Steerneman <[email protected]>
Co-authored-by: Nicolai Ommer <[email protected]>
  • Loading branch information
4 people authored Jan 18, 2025
1 parent 44b0dfe commit 423f5db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions chapters/gamestructure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ 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>>).

タイムアウト中に物理的な接触があったロボットは、フィールド外に除去されなければならない。これは除去したものと同一のタイムアウト中であっても、「<<ロボットの交代/Robot Substitution, ロボットの交代>>」に記載されたエリアからフィールド内に投入することができる。 +
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
4 changes: 2 additions & 2 deletions chapters/robots.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ NOTE: Bluetoothによる通信は周波数チャンネルを固定にできな
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>>.
ロボットの装備は完全に自律していなくてはならない。試合中、人間のオペレーターは、<<概要/Overview, 休憩>>や<<タイムアウト/Timeouts, タイムアウト>>中以外に、システムに対して一切の情報を入力することはできない。加えて、「<<ロボットの交代/Robot Substitution, ロボットの交代>>」で述べられているフィールド外への除去、もしくはフィールド内への投入を除いて、試合中のいかなる段階においてもロボットは手動で動かされてはならない。このルールを無視することは、<<非スポーツマン行為/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 423f5db

Please sign in to comment.