fix dumb init issue with HSF.

This commit is contained in:
Prohurtz 2023-01-11 20:35:45 -06:00
parent dfe8a9a436
commit b2ce947b24
2 changed files with 460 additions and 308 deletions

View File

@ -239,7 +239,7 @@ class EyeProcessor:
def HSRACM(self):
cx, cy, thresh = HSRAC(self)
cx, cy, thresh = External_Run.HSRACE(self)
if self.prev_x == None:
self.prev_x = cx
self.prev_y = cy

File diff suppressed because it is too large Load Diff