Camera calibration - waiting for service
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/setcamerainfo', '...') OK The camera works with the terminal command 'raspistill -o cam.jpg' Where should I look for the problem? Thanks Ash
Asked by ashmadan01 on 2017-09-18 15:11:25 UTC
Comments
Try running
rosservice list
and see if that service is listed.Asked by jayess on 2017-09-18 17:01:08 UTC
Upon running "rosservice list", I do see that the service "/camera/set_camera_info" is listed.
Asked by ashmadan01 on 2017-09-19 07:45:09 UTC
Post the exit from
rosservice list
and the command you run to calibrate the camera.Asked by Andreluizfc on 2018-01-02 21:34:34 UTC