Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit 5eb36c0

Browse files
authored
Merge pull request #81 from sourcebots/update-game-specific
update game_specific.py to match sb-vision
2 parents 7de4a81 + b799efd commit 5eb36c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

robot/game_specific.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@
5050
MARKER_SIZES = {}
5151
MARKER_SIZES.update({m: (0.25, 0.25) for m in (WALL | COLUMN)})
5252
MARKER_SIZES.update({m: (0.1, 0.1) for m in TOKEN})
53+
54+
# Size the vision system will assume a marker is if it's not in MARKER_SIZES
55+
MARKER_SIZE_DEFAULT = (0.25, 0.25)

0 commit comments

Comments
 (0)