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

Pappercut's profile - activity

2015-08-21 04:09:12 -0500 received badge  Popular Question (source)
2015-08-21 04:09:12 -0500 received badge  Notable Question (source)
2015-08-21 04:09:12 -0500 received badge  Famous Question (source)
2015-03-25 18:54:28 -0500 commented question Camera calibration

Desktop with Indigo is running roscore. And yes, I can see the image using image_view on the Indigo PC. I didn't try to republish it though. Wouldn't the messages be the same?

2015-03-23 14:10:13 -0500 asked a question Camera calibration

I have two ROS distributions. A groovy running on Raspberry PI and an Indigo running on my desktop. I'm trying to calibrate Raspberry camera using my desktop ROS, but have an issue. Calibration doesn't do anything. No error message, nothing. Since it's my third week using ROS, I'm not sure what exactly I'm doing wrong:

bogder@xenia:~$ rosrun camera_calibration cameracalibrator.py --size 9x7 --square 0.019 image:=/camera/image camera:=/camera
('Waiting for service', '/camera/set_camera_info', '...')
OK

The image is being published by Raspberry, I can take a look at it using image_view.

A part of my rostopic list:

/camera/camera_info
/camera/image/compressed

I would appreciate any help.