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

[Kinect]About camera calibration

asked 2015-03-03 03:19:36 -0500

pexison gravatar image

Hello,

I just want to calibrate the camera, but i get this message:

rosrun camera_calibration cameracalibrator.py --size 5x4 --square 0.0245 image:=/camera/image_raw camera:=/camera
('Waiting for service', '/camera/set_camera_info', '...')
Service not found

Already ran:

roscore
roslaunch openni_launch openni.launch

What generates this error?

Thanks beforehand!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-03-04 00:53:01 -0500

marguedas gravatar image

You have weird topics names for openni_launch. Shouldn't you have something like image:=/camera/rgb/image_raw and camera:=/camera/rgb (replace rgb by ir if you want to calibrate the deptch camera).

When you run rosservice list do you have services beginning by /camera/ ?

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-03-03 03:19:36 -0500

Seen: 223 times

Last updated: Mar 03 '15