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

Revision history [back]

You need to set up some kind of communication between the clients, if I understand correctly what you want to do.

Are your clients all seperate nodes? I guess so. So you could e.g. publish a topic in the server with the state that it is in. And in the clients listen to this topic.

But I'm not quite sure what you actually intend to do with you system.