quickly killed a bug in imagereaders.py

This commit is contained in:
2018-05-31 20:31:40 +02:00
parent 69b1b137a2
commit 47f2d31ba9

View File

@@ -1,7 +1,6 @@
import numpy as np
import cv2
# from naoqi import ALProxy
ALProxy = None
from naoqi import ALProxy
class NaoImageReader(object):