After updating to Ubuntu 14.04 and Indigo I'm not able to execute the camera_calibration.
With last version of opencv libraries (github repository master) python keeps looking for "cv.so". I have no issues with Hydro.
Also when using the repository installation of opencv (2.4.9) camera_calibration gives me this error:
Exception in thread Thread-5:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/opt/ros/indigo/lib/camera_calibration/cameracalibrator.py", line 68, in run
self.function(m)
File "/opt/ros/indigo/lib/camera_calibration/cameracalibrator.py", line 138, in handle_monocular
drawable = self.c.handle_msg(msg)
File "/opt/ros/indigo/lib/python2.7/dist-packages/camera_calibration/calibrator.py", line 749, in handle_msg
gray = self.mkgray(msg)
File "/opt/ros/indigo/lib/python2.7/dist-packages/camera_calibration/calibrator.py", line 262, in mkgray
mono16 = self.br.imgmsg_to_cv(msg, "mono16")
AttributeError: CvBridge instance has no attribute 'imgmsg_to_cv'
I am trying to calibrate an Argos 3D Tof camera. Everything works in Hydro. Even when I try to execute:
rosrun camera_calibration cameracalibrator.py
I do not get any answer. It gets frozen.
I have not seem any bug reported with the same problem. Is someone else having this issue?
↧