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

rchacon's profile - activity

2016-04-22 11:39:15 -0500 received badge  Student (source)
2016-04-22 11:35:03 -0500 received badge  Famous Question (source)
2015-06-10 16:29:38 -0500 received badge  Notable Question (source)
2015-05-29 02:32:01 -0500 received badge  Popular Question (source)
2015-05-28 09:00:47 -0500 commented answer IR calibration of Asus Xtion Pro

Doesn't appear in list

What is happening exactly?

2015-05-28 08:21:31 -0500 commented question IR calibration of Asus Xtion Pro

I get the following:

WARNING: topic [/camera/ir/image_raw] does not appear to be published yet

2015-05-28 06:24:46 -0500 answered a question IR calibration of Asus Xtion Pro

Waiting for service doesn't appear but doesn't work, nothing happens.

2015-05-28 04:50:50 -0500 asked a question IR calibration of Asus Xtion Pro

I want to calibrate an Asus Xtion Pro with camera_calibration on Indigo in Ubuntu 14.04. However when I want to calibrate them using camera_calibration by typing:

ricardo@ricardo-desarrollo:~$ rosrun camera_calibration cameracalibrator.py image:=/camera/ir/image_raw camera:=/camera/ir --size 7x4 --square 0.0408

I get the following output:

('Waiting for service', '/camera/ir/set_camera_info', '...')
OK

At this point it stays eternally. With rgb camera works fine.

Thanks