Multiple CameraInfoManagers in same node?
It seems like this ought to be possible ( https://github.com/ros-industrial/hum... shows an example though there is a lot going on)- but when I try to do it the set_camera_info topics are colliding:
Tried to advertise a service that is already advertised in this node [/set_camera_info]
Should the name parameter passed into CameraInfoManager(nh, "foo") be putting the /set_camera_info into /foo/set_camera_info ?
This is Indigo with Ubuntu 14.04.