ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
After some more testing, I've found that you cannot use a foreign relay that uses the same topic at both ends. So instead of using args="adv http://localhost:11311 /test /test"
I needed to use args="adv http://localhost:11311 /testA /testB"
2 | No.2 Revision |
After some more testing, I've found that you cannot use a foreign relay that uses the same topic at both ends. ends (at least not if you want it to work as intended and not spam the topic).
So instead of using args="adv http://localhost:11311 /test /test"
I needed to use args="adv http://localhost:11311 /testA /testB"
3 | No.3 Revision |
After some more testing, I've found that you cannot use a foreign relay that uses the same topic at both ends (at least not if you want it to work as intended and not spam the topic).
args="adv http://localhost:11311 /test /test"
I needed to use args="adv http://localhost:11311 /testA /testB"
4 | No.4 Revision |
After some more testing, I've found that you cannot use a foreign relay that uses the same topic at both ends (at least not if you want it to work as intended and not spam the topic).
So instead of using args="adv
http://localhost:11311 http: //localhost:11311 /test /test"
I needed to use args="adv
http://localhost:11311 http: //localhost:11311 /testA /testB"