I use ubuntu 14.04 and ROS Indigo. I try to run lsd_slam using image list. It requires a calibration file. So, I try to create a calibration file using `rosrun camera_calibration cameracalibrator.py --size 8x6 --square 0.108 image:=/my_camera/image camera:=/my_camera` command in ubuntu terminal.
It throws an error :
File "/opt/ros/indigo/lib/camera_calibration/cameracalibrator.py", line 47, in
import cv2
ImportError: libopencv_nonfree.so.2.4: cannot open shared object file: No such file or directory
How can I solve it?
↧