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

Commit b799efd

Browse files
committed
update game_specific.py to match robot-api
wait until sourcebots/sb-vision#33 is merged
1 parent 4e72f0b commit b799efd

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)