ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

From your comments of degrated performance when you start streaming camera data it's likely you're saturating the wireless link with that data and it's preventing other connections. ROS data streams are quite capable of saturating network communications, especially wifi. And if the wifi is saturated, connectivity issues are to be expected.

I'd recommend that you look at using a throttle node to subscribe to a lower data rate topic when subscribing remotely.