ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Camera_calibration is frozen!

asked 2012-04-05 08:50:12 -0500

alonsosjumper gravatar image

updated 2012-04-06 14:31:16 -0500

kwc gravatar image

Hello, i've this launch:

<launch> <node pkg="gencam_cu" type="gencam_cu" name="driver_camara"> </node>

<node pkg="image_view" type="image_view" name="image_view"> <remap from="image" to="image_raw"/> </node>

<node pkg="camera_calibration" type="cameracalibrator.py" name="camera_calibration" args="--size 8x6 --square 0.108"> <remap from="image" to="image_raw"/> </node>

</launch>

I run this launch while: roslaunch my_package_test prueba_gencam_cu_video1.launch

I calibrate the camera but when i click on Calibrate, the application is frozen and i don't know why :S.

Any idea to solve this problem?

Thank you!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-04-05 12:10:10 -0500

Patrick Mihelich gravatar image

This sounds similar to http://answers.ros.org/question/11252/prosilica-calibration-freezes-during-calibration

Calibration may take a while. Just be patient.

Which ROS distro are you running? The Calibrate step could be quite slow in Diamondback, but we made it much faster in Electric.

edit flag offensive delete link more

Comments

Hello again! I'm using the 10.10 of Ubuntu. I've already gotten the calibration but after 5 times trying it. Thank you!

alonsosjumper gravatar image alonsosjumper  ( 2012-04-11 08:20:32 -0500 )edit

Question Tools

Stats

Asked: 2012-04-05 08:50:12 -0500

Seen: 1,431 times

Last updated: Apr 05 '12