Getting "maps" to a remote location with hector_mapping
We are working on generating maps to a remote command center. Our first premise was to have ROS running on multiple machines, with the sensors running on the robot and connecting to a roscore running on the remote PC. We almost have this working, but now realize this approach breaks if there are radio dropout zones (the roscore disconnects and the map breaks during the outage).
Next is to consider having the map generated at the robot (hector_slam running on the robot rather than the PC), but the map still needs to get transmitted back to the PC (and in real time if possible).
What does it take to get the maps transmitted to a remote location?