-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Using ROS Kinetic on Ubuntu 16.04
Seems like the cv module is no longer used?
i removed
"import cv"
and changed the line
"cv.DestroyAllWindows()" to "cv2.destroyAllWindows()" and it worked fine
i also had to remove the line
"cv2.namedWindow(self.windowNameOrig, 2)"
because other wise the cv window crashes on start up.
after these changes the script worked fine.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working