Typo
This commit is contained in:
parent
b46b0d9a07
commit
e8b1141152
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class PeopleCounter ():
|
|||
return -1
|
||||
|
||||
def isTriggerDistance(self, distance: float) -> bool:
|
||||
#! TODO: Should be based on the distance from the ground, not them the sensor
|
||||
#! TODO: Should be based on the distance from the ground, not from the sensor
|
||||
return distance <= self.maxTriggerDistance
|
||||
|
||||
def handleCallbacks(self, countChange: int):
|
||||
|
|
Loading…
Reference in a new issue