How to specify the prefix of set_camera_info service ? [closed]
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 ?