ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hello Daniel,
do you really need to run a different core for each robot or could you move toward one unique roscore running through your system of different machines?
The later solution is very easy to implement as the only step needed is seting the system variables ROS_IP and ROS_MASTER_URI on all your machines without having to modify any code. Check that page for more info.
Raph