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

Guesstimate answer: Maybe. The major problem will be that action clients manage individual action requests. So, if there are suddenly multiple replies (this includes one accepting an action, but 5 others rejecting), it is probably going to be confused. If you can guarantee that not happening (maybe via a small filter), you can put a broadcast 1:n node in between, where all relevant client topics are relayed to multiple servers. Treat with a lot of care, though!