camera_calibration for monocamera
when I use this commend to calibrate my monocamera , i got the folling problem. Itried to find answer in the internet. but it seems like nobody had ever happend. so please..
rosrun camera_calibration cameracalibrator.py --size 8x6 --square 0.108 image:=/usb_cam_node/image_raw camera:=/usb_cam_node
Traceback (most recent call last):
File "/home/jiaxing/catkin_ws/src/image_pipeline/camera_calibration/nodes/cameracalibrator.py", line 40, in <module>
from camera_calibration.camera_calibrator import OpenCVCalibrationNode
ImportError: No module named camera_calibration.camera_calibrator
I have the same problem,could you tell me How did you solve it?
@bob1729 I've reposted your answer as a question comment. This is a Q&A site, not a discussion forum. Please do not post answers that aren't actually answers. If you have follow-ups use comments or ask a new question. See more on the support page: http://wiki.ros.org/Support