Robotics StackExchange | Archived questions

Where is roscore in ROS2?

Where actually Rosmaster runs? How it is replaced in ros2?

Asked by anonymous53964 on 2020-05-05 08:49:42 UTC

Comments

You tagged this ros2, but ROS 2 does not have a Master any more.

Please clarify.

Asked by gvdhoorn on 2020-05-05 08:58:36 UTC

Answers

There is no roscore because there is no master anymore. Ros2 uses peer to peer communication which creates basically a mesh network, so nodes can talk directly to other nodes without relying on a master.

Asked by asobhy on 2020-05-05 13:09:06 UTC

Comments

Perhaps also interesting: #q287470.

Asked by gvdhoorn on 2020-05-05 13:56:57 UTC

There is no roscore in ROS 2. It used a decentralized discovery mechanism instead.

Please take some time to read up about ROS 2. There are a lot of resources available on the main ROS 2 page. https://index.ros.org/doc/ros2/

I recommend reading through the documents linked from the Learn More Section.

It has design articles, differences from ROS 1 and ROS 2, and links to dozens of talks about ROS 2 that you can listen to from ROSCon as far back as 2014.

We're happy to have you keep asking questions but please try to be a little bit more complete in how you ask your question. Link to related documentation that you're looking for clarification to or where you're starting. As well as any other questions and answers that you've already read to try to find your answer.

We have a guide to asking questions here: https://wiki.ros.org/Support

Asked by tfoote on 2020-05-05 14:01:27 UTC

Comments