You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -211,13 +211,15 @@ is defined in the file RoboCupGameControlData.h. It differs from the version use
211
211
in 2019 in the following ways:
212
212
213
213
- The macro `COMPETITION_TYPE_MIXEDTEAM` has been removed.
214
-
- The macro `COMPETITION_TYPE_GENERAL_PENALTY_KICK` has been added.
214
+
- The macro `COMPETITION_TYPE_1VS1` has been added.
215
+
- The macro `COMPETITION_TYPE_PASSING_CHALLENGE` has been added.
215
216
- The macro `SET_PLAY_GOAL_FREE_KICK` has been renamed to `SET_PLAY_GOAL_KICK`.
216
217
- The macro `SET_PLAY_PENALTY_KICK` has been added.
217
218
- The penalty macros have been reorganized:
218
219
-`PENATLY_SPL_KICK_OFF_GOAL` has been removed.
219
220
-`PENALTY_SPL_ILLEGAL_DEFENDER` has been renamed to `PENALTY_SPL_ILLEGAL_POSITION`.
220
221
-`PENALTY_SPL_ILLEGAL_POSITIONING` has been renamed to `PENALTY_SPL_ILLEGAL_POSITION_IN_SET`.
222
+
- In a 1vs1 game, the field `TeamInfo::penaltyShot` indicates whether the team used autonomous calibration (`=1`) and thus gets the score multiplied by `1.5` or not (`=0`).
221
223
222
224
Since 2015, after a change from Set to Playing in SPL games the GameController
223
225
does not send the correct game state and time for 15 seconds. This behaviour
0 commit comments