Skip to Content
Hands-On ROS for Robotics Programming
book

Hands-On ROS for Robotics Programming

by Bernardo Ronquillo Japón
February 2020
Intermediate to advanced
432 pages
10h 50m
English
Packt Publishing
Content preview from Hands-On ROS for Robotics Programming

roscore

roscore is the mandatory and first node that has to be launched so that the ROS environment can be running. This allows every node to be capable of finding any other node by subscribing to the topics it publishes. roscore also manages the database for ROS parameters—the values that define the robot configuration. As a result, if the roscore process dies, the master node fails, and the robot stops working. You may guess that this single point of failure is a clear limitation for a distributed computed framework such as ROS. For this reason, ROS2 has addressed this issue, and the running software no longer requires a master node. Communication between the nodes relies on the DDS (short for Data Distribution Service) architecture for ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering ROS for Robotics Programming

Mastering ROS for Robotics Programming

Lentin Joseph
ROS Robotics By Example - Second Edition

ROS Robotics By Example - Second Edition

Lentin Joseph, Carol Fairchild, Dr. Thomas L. Harman

Publisher Resources

ISBN: 9781838551308Supplemental Content