ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There are other, non-robotics-focused, ways of doing clusters; if all you need is message passing, you might want protocol buffers; if you want to think in terms of computational units, not messages, you want hadoop.
So yes, it will work, but you should start with high-level thinking about the problem you're solving.