Is it possible to run different ros distributions and still communicate with each other in a distributed computing setup?
If I have two computers connected to the same network and if computer A has ROS Indigo installed and if computer B has ROS Kinetic installed, can I run the master in computer A and export the ROS_MASTER_URI to the one of computer A in Computer B to communicate with the master?