Reconnect to ROSCORE
We are developing a robot that has some processing done off-board, for that we rely on a WiFi connection and a dynamic DNS for the robot's laptop. On the desktop side I've configured it to connect to the laptop but there are problems when the laptop disconnect and reconnect to the WiFi, despite the dynamic DNS. I've created a ping thread similar to "rostopic ping", that I can use to detect possible disconnections, but I haven't found a way to reconnect to roscore.
Any help on how could I reconnect to roscore?