I think the original ROS1 node put these topics in the local nodehandle namespace, i.e. under ueye. Compare topics (created by image_transport) and services (created without image transport):
$ ros2 topic list
/camera/camera_info
/camera/image_raw
$ /ueye/camera/set_camera_info
Confirm
Can pass in a local subnode to image transport, but it ignores the sub-namespace
I think the original ROS1 node put these topics in the local nodehandle namespace, i.e. under
ueye
. Compare topics (created by image_transport) and services (created without image transport):