Skip to content

Commit

Permalink
refactor: drop unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jws-1 committed Apr 16, 2024
1 parent 002cf88 commit 68e03d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tasks/receptionist/src/receptionist/states/seat_guest.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ def __init__(self):
output_keys=["seat_position"],
)

def _intersects(
self, person_contours: np.ndarray, seat_contours: np.ndarray
) -> bool:
return Polygon(person_contours).intersects(Polygon(seat_contours))

def execute(self, userdata) -> str:
for seat in userdata.seat_detections:

Expand Down

0 comments on commit 68e03d0

Please sign in to comment.