Skip to content

Commit

Permalink
fix: re-adding hull color propose
Browse files Browse the repository at this point in the history
  • Loading branch information
lhcavalcanti committed Dec 13, 2024
1 parent 1f095c2 commit 903e4b1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions chapters/gamestructure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ The <<Referee, referee>> asks the <<Robot Handler, robot handlers>> of the teams

However, if both teams prefer the same color, the referee assigns the colors by chance. In this case, the teams switch the colors after the first half of the match as well as after the first half of the overtime if applicable.

==== Choosing Hulls Colors
The <<Referee, referee>> asks the <<Robot Handler, robot handlers>> for their preferred hull color (dark or bright). If teams agree, the colors are used; otherwise, the referee assigns them by chance.

Robots must keep their assigned color throughout the game.

==== Choosing Side And Kick-Off
The <<Referee, referee>> tosses a coin with both <<Robot Handler, robot handlers>>. The winning team chooses the goal it will attack in the first half of the match. The other team takes the <<Kick-Off, kick-off>> to start the match.

Expand Down Expand Up @@ -166,8 +171,3 @@ the team with more goals is declared the winner.

NOTE: During the group phase, the number of goals scored is used as tie-breaker, so the absolute number of goals matter for overall scoring.
The rule applies to all game types for simplicity.
the match is automatically terminated as soon as the goal difference is greater than one and
the team with more goals is declared the winner.

NOTE: During the group phase, the number of goals scored is used as tie-breaker, so the absolute number of goals matter for overall scoring.
The rule applies to all game types for simplicity.
26 changes: 13 additions & 13 deletions chapters/robots.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ The <<Referee, referee>> has to force a team to remove a robot from the field if
==== Shape
A robot must fit inside a 0.18 meters wide and 0.15 meters high cylinder at any point in time. Additionally, the top of the robot must adhere to the standard pattern size and surface constraints.

==== Robot's Hull Color
To ensure clarity and effective identification during gameplay, the following rules apply to the coloring of robot hulls:

Bright and Dark Color Scheme:
* Each robot must include both a bright and a dark color in its design.
* These colors must cover at least 40% of the robot's maximum height (15 cm), equivalent to a minimum of 6 cm of vertical coverage.
* Teams must use the same color scheme throughout the entire game.

Coverage Requirements:
* The color coverage must be consistent and visible from all standard angles.
* The robot hull must not be reflective to avoid interfering with the vision system.
* Colors must adhere properly and remain durable to prevent dropping or peeling during the match. If the color cover drops, it will be penalized accordingly (see <<Tipping Over or Dropping Parts>>).

==== Dribbling Device
Dribbling devices that actively exert spin on the ball, which keep the ball in contact with the robot are permitted under certain conditions:

Expand Down Expand Up @@ -54,16 +67,3 @@ NOTE: Bluetooth is not allowed since it cannot be fixed to frequency channels.

==== Autonomy
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>>.
.Standard Vision Pattern Colors
[[standard-vision-colors]]
image::standard_colors2010.svg[width=500]

==== Radio Communication
Participants using wireless communications must notify the <<Organizing Committee, organizing committee>> of the method of wireless communication, power, and frequency. The <<Organizing Committee, organizing committee>> must be notified of any change after registration as soon as possible. In order to avoid interference, a team must be able to select from two carrier frequencies before the match. The type of wireless communication has to follow legal regulations of the country where the competition is held. Compliance with local laws is the responsibility of the competing teams, not the RoboCup Federation.

The type of wireless communication may also be restricted by the <<Local Organizing Committee, local organizing committee>>. The local organizing committee will announce any restrictions to the community as early as possible.

NOTE: Bluetooth is not allowed since it cannot be fixed to frequency channels.

==== Autonomy
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>>.

0 comments on commit 903e4b1

Please sign in to comment.