initial work on new vision loop

This commit is contained in:
ori
2019-07-13 13:45:33 -07:00
parent 5637948521
commit 685b17bab1
8 changed files with 258 additions and 49 deletions

View File

@@ -26,7 +26,10 @@ class SettingsManager(metaclass=Singleton):
"area": [0, 100],
"ratio": [0, 20],
"extent": [0, 100],
"is_binary": "Normal"
"is_binary": "Normal",
"sort_mode": "Largest",
"target_group": 'Single',
"target_intersection": 'Up'
}
default_general_settings = {
"team_number": 1577,