how to organize data transfer between nodes on multiple PCs on ROS2

asked 2018-11-01 23:57:40 -0500

D0l0RES gravatar image

updated 2018-11-02 07:02:53 -0500

in ROS1 (melodic morena) it was simple and clear to do it. we ran roscore on one PC and connected to it from other PCs. But in the second version as far as I know there is no roscore, and I do not quite understand how to now implement data exchange.


just a small question does rock melodic morena dds default or need to install separately?

edit retag flag offensive close merge delete

Comments

"Multiple machines" work out-of-the-box with ROS 2, provided they are all in the "same network" (for the naive/simple case). There is no special configuration.

gvdhoorn gravatar image gvdhoorn  ( 2018-11-02 03:04:16 -0500 )edit

just a small question does rock melodic moreana ds default or need to install separately?

I don't understand what this means.

gvdhoorn gravatar image gvdhoorn  ( 2018-11-02 03:04:49 -0500 )edit

@gvdhoorn, sorry not registered one letter I wanted to write dds

D0l0RES gravatar image D0l0RES  ( 2018-11-02 04:19:47 -0500 )edit

DDS is not used in ROS Melodic. Melodic is a ROS 1 release.

Bouncy is the current ROS 2 release. That uses DDS. No ROS 1 release uses DDS (by default: there is a rather experimental ROS 1 DDS transport if you search for it).

gvdhoorn gravatar image gvdhoorn  ( 2018-11-02 08:08:08 -0500 )edit