Robotics StackExchange | Archived questions

How to specify the prefix of set_camera_info service ?

Hi all,

I'm trying to advertise a camera image+info in order to calibrate it. I create my info manager like follows :

camera_info_manager::CameraInfoManager info_mgr(nh, "webcam");

webcam is my camera name. Though, when I start the programme and ask for a "rosservice list" I only get :

/set_camera_info

with no prefix. What am I missing ?

Asked by Guido on 2012-06-01 05:16:03 UTC

Comments

Answers