Camera calibration - waiting for service

asked 2017-09-18 15:11:25 -0500

ashmadan01 gravatar image

I am running camera calibration on Raspberry Pi using Raspberry pi camera. I am using Indigo distribution. I am following the steps of the ROS wiki tutorial. I am getting the message : ('Waiting for service', '/camera/set_camera_info', '...') OK The camera works with the terminal command 'raspistill -o cam.jpg' Where should I look for the problem? Thanks Ash

edit retag flag offensive close merge delete

Comments

Try running rosservice list and see if that service is listed.

jayess gravatar image jayess  ( 2017-09-18 17:01:08 -0500 )edit

Upon running "rosservice list", I do see that the service "/camera/set_camera_info" is listed.

ashmadan01 gravatar image ashmadan01  ( 2017-09-19 07:45:09 -0500 )edit

Post the exit from rosservice list and the command you run to calibrate the camera.

Andreluizfc gravatar image Andreluizfc  ( 2018-01-02 20:34:34 -0500 )edit