]> git.droids-corp.org - aversive.git/blobdiff - projects/microb2010/tests/oa/graph.py
work on beacon
[aversive.git] / projects / microb2010 / tests / oa / graph.py
index 0b304bc2cc9cc402dfa1885d6350cd0c5c3729f1..d5946f1c52b9d4def328d661c7cac06fe9e7d896 100644 (file)
@@ -205,7 +205,7 @@ def build_area(ax):
             y = OFFSET_CORN_Y + STEP_CORN_Y/2
         j = 0
         while y < 2100:
-            
+
             if waypoints[i][j] == TYPE_WHITE_CORN:
                 wcorn.append(Circle((x, y), 25))
             if waypoints[i][j] == TYPE_BLACK_CORN: