ROS2: can see topic but no data
Hi there,
I have a question about running ROS2 on severtal machines.I have 4 machines, all Ubuntu 18.04. Two of them are VMs in the cloud and two are local machines. All four machines are connected via VPN.
First I tried the talker listener example. All machines got the data on the /chatter topic, so far so good.
I have now connected an IntelRealsense D415 camera to the local machine. I can also visualize the images in rviz on the local machine. If I now enter ros2 topic list on a machine in the cloud, I can see all topics. But when I enter ros2 topic echo /camera/color/image_raw, no data is received. Additionally it is strange that I receive data under ros2 topic echo /camera/color/camera_info
Does anyone know why this is happening?
regards Julian