Errors on camera_pose_calibration startup [closed]
Hi,
I'm trying to use camera_pose_calibration to calibrate my Asus Xtion depth camera to a RGB camera. I calibrated both cameras and the launch file, except for this warning
"[ WARN] [1346835528.616595129]: You've passed in true for auto_start for the C++ action server at [/tf2_buffer_server]. You should always pass in false to avoid race conditions."
starts everything normally. But when I try to start calibrate_2_camera.launch I get several errors and the window with the aggregated image is completely gray.
The errors that I get on start up:
(...)
process[gscam/image_throttle-1]: started with pid [28989]
ERROR: cannot launch node of type [image_cb_detector/image_cb_detector_action_old]: can't locate node [image_cb_detector_action_old] in package [image_cb_detector]
(...)
process[camera/rgb/image_throttle-6]: started with pid [29026]
ERROR: cannot launch node of type [image_cb_detector/image_cb_detector_action_old]: can't locate node [image_cb_detector_action_old] in package [image_cb_detector]
(...)
Waiting for Server
[capture_exec-14] process has died [pid 29139, exit code 1, cmd
/opt/ros/fuerte/stacks/camera_pose/camera_pose_calibration/src/camera_pose_calibration/multicam_capture_exec.py /gscam /camera/rgb request_interval:=interval_filtered __name:=capture_exec __log:=/home/pedro/.ros/log/f9a20192-f736-11e1-9b2b-848f69c97a70/capture_exec-14.log].
log file: /home/pedro/.ros/log/f9a20192-f736-11e1-9b2b-848f69c97a70/capture_exec-14*.log
Found Server
(...)
Creating aggregator for ['/gscam', '/camera/rgb']
ERROR [1346837613.386631463]: Unable to convert '8UC3' image to bgr8: 'Unsupported conversion from [8UC3] to [bgr8]'
And then this last one keeps repeating periodically. This happens both with the built in RGB camera and an external RGB camera.
Do you have any idea why this happens? If you need more information, please ask.
Thanks in advance!