Skip to content

Commit

Permalink
Changed some defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhan committed Sep 4, 2019
1 parent 2e5b1b6 commit 62a2f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_master/scripts/vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, drone, vfov=45, hfov=80, expectedDistance= 6.50, northToSouth
# New frame flag
self.newFrameProcessed = False
self.processLine = True
self.processMarker = True
self.processMarker = False
self.processBear = False

def angle_between(self, a, b, c):
Expand Down

0 comments on commit 62a2f03

Please sign in to comment.