ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Unless you are actively creating new publishers/subscribers, there is no need to 'reconnect' to a roscore. The roscore acts as a DNS server -- it just stores lookup information. There is no connection that is maintained between your node and the roscore.
It would be helpful if you described why you believe you need to reconnect.