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

Revision history [back]

As long as you are publishing a shared pointer and a subscriber is inside the same node, no TCP communication should be involved. When created, publishers and subscribers have to communicate with the ros master though.

As long as you are publishing a shared pointer and a subscriber is inside the same node, no TCP communication should be involved. When created, Right after instantiation, publishers and subscribers have to communicate with the ros master though.though to enable other nodes to connect to the topics.