ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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