Where is roscore in ROS2?
Where actually Rosmaster runs? How it is replaced in ros2?
Where actually Rosmaster runs? How it is replaced in ros2?
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
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-05-05 08:49:42 -0500
Seen: 1,619 times
Last updated: May 05 '20
[ROS2 YAML] Config file without node name
Best way to save ROS 2 topic messages to text file in Python callback?
Access launch argument in LaunchFile ROS2
[ROS2] image_transport only advertising raw option
How to cleanly handle dependencies in ament?
Colcon build gives Qt5quick error
What I need to run a minimum navigation simulation?
Prismatic Joint not working properly with ROS2 & Gazebo 11
You tagged this
ros2
, but ROS 2 does not have a Master any more.Please clarify.