From f05d777e41feab5ffc01f9bad99fa481d09b6673 Mon Sep 17 00:00:00 2001 From: Pavel Lutskov Date: Thu, 31 May 2018 21:31:35 +0200 Subject: [PATCH] Fixed a bug in live_recognition_with_head --- scripts/live_recognition_with_head.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/live_recognition_with_head.py b/scripts/live_recognition_with_head.py index 79d8edc..169f22f 100644 --- a/scripts/live_recognition_with_head.py +++ b/scripts/live_recognition_with_head.py @@ -7,7 +7,7 @@ import numpy as np from naoqi import ALProxy from collections import deque from imagereaders import NaoImageReader -from live_recognition import BallTracker +from live_recognition import BallFinder # Nao configuration