From e1e229efc7d6d884896ae2293132f4d232a0869d Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Mon, 10 Oct 2022 13:41:02 +0200 Subject: [PATCH] :sparkles: --- selflocalization/selflocalize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selflocalization/selflocalize.py b/selflocalization/selflocalize.py index bd2fd23..e062654 100644 --- a/selflocalization/selflocalize.py +++ b/selflocalization/selflocalize.py @@ -8,7 +8,7 @@ import sys # Flags -showGUI = True # Whether or not to open GUI windows +showGUI = False # Whether or not to open GUI windows onRobot = True # Whether or not we are running on the Arlo robot