ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question
0

ROS network of processes

asked 2014-08-02 14:12:41 -0500

vreg gravatar image

On the ROS Introduction page it says ... The ROS runtime "graph" is a peer-to-peer network of processes (potentially distributed across machines) that are loosely coupled using the ROS communication infrastructure ... For the processes to be distributed across machines do they all have to be running ROS on top of Linux or can only run Linux without the need to install ROS?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-08-03 00:43:39 -0500

ahendrix gravatar image

If you want to run ROS nodes on multiple machines, ROS must be installed on every machine.

Further, each node must be installed on the machine you want to run it on. The ROS launch infrastructure does not do any code distribution for you.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2014-08-02 14:12:41 -0500

Seen: 89 times

Last updated: Aug 03 '14