Skip to content

Commit

Permalink
removed line "import cv" as it produced the error "no module named cv…
Browse files Browse the repository at this point in the history
…" on Ubuntu 16.04 (works perfectly without this import)
  • Loading branch information
s-timo committed Oct 10, 2016
1 parent 10351cc commit d1a6215
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import aslam_cv_backend as acvb
import kalibr_common as kc
import kalibr_camera_calibration as kcc

import cv
import cv2
import os
import numpy as np
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import cv
import cv_bridge
import cv2
import rosbag
Expand Down

0 comments on commit d1a6215

Please sign in to comment.