ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In general, messages from multiple publishers get interleaved, with no reasonable way to predict the order in which they will be received. In some cases that can be quite useful, for example when aggregating rosout or diagnostic messages.
As @Ben_S said, the semantics of mixing controller messages depends entirely on its implementation. Most likely it will get confused.
2 | make grammar clearer |
In general, messages from multiple publishers get interleaved, with no reasonable way to predict the order in which they will be received. In some cases that can be quite useful, for example when aggregating rosout or diagnostic messages.
As @Ben_S said, the semantics of mixing controller messages depends depend entirely on its that controller's implementation. Most likely it will get confused.