This commit is contained in:
Tomás L
2024-07-19 15:14:52 -04:00
parent d47413de71
commit 685c1db246
4 changed files with 9 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ class CameraJoystick(threading.Thread):
def run(self):
while self.keep_running:
bb = b.get_joystick_position_from_new_set_of_bboxes(q.get())
print(bb)
#print(bb)
self.joystick_queue.put(bb)
def stop(self):