Skip to content

Commit

Permalink
fix: pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lhcavalcanti committed Dec 14, 2024
1 parent 47c12ea commit ede72ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chapters/gamestructure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ 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.
The <<Referee, referee>> asks the <<Robot Handler, robot handlers>> for their preferred <<Robot's Hull Color, 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.

Expand Down
11 changes: 7 additions & 4 deletions chapters/robots.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ A robot must fit inside a 0.18 meters wide and 0.15 meters high cylinder at any
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.

* All robots from a team must include two interchangeable colors: one bright and one dark.
* These two colors must be the same for all robots in a team.
* The color 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>>).
* The robot hull must avoid colors close to the ones used at <<Vision Pattern, vision pattern>> and <<Ball, ball>>.
* 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

0 comments on commit ede72ee

Please sign in to comment.