Book Image

Robot Operating System Cookbook

By : Kumar Bipin
Book Image

Robot Operating System Cookbook

By: Kumar Bipin

Overview of this book

This book will leverage the power of ROS with an introduction to its core and advanced concepts through exciting recipes. You will get acquainted with the use of different synchronous and asynchronous communication methods, including messages, services, and actions. You will learn how to use the various debugging and visualization tools used in development and how to interface sensors and actuators with the ROS framework. Firstly, you will get to grips with ROS simulation frameworks, such as Gazebo and RotorS for modeling and simulating any physical robot and virtual environment. You will also cover mobile robotics, micro-aerial vehicles, and robotic arms, which are the leading branches of robotic applications. Robot Operating System Cookbook will also guide you in the development of an autonomous navigation framework for both mobile robots and micro-aerial vehicles. Finally, you will explore ROS-Industrial, an open source project that extends the advanced capabilities of ROS software to manufacturing industries.
Table of Contents (12 chapters)

Understanding ROS-I packages

ROS-I enhances the advanced capabilities of ROS software for industrial robots which are employed in manufacturing processes. ROS-I packages are BSD (legacy)/Apache 2.0 (preferred) licensed programs, which contain libraries, drivers, and tools with a standard solution for industrial hardware. ROS-I is now guided by the ROS-I Consortium. The official website of ROS-I can be found at http://rosindustrial.org/.

The following diagram shows the official logo of ROS-I Consortium (ROS-I):

ROS-I logo

In 2012, the ROS-I open source project with the collaboration of Yaskawa Motoman Robotics (http://www.motoman.com/), Willow Garage (https://www.willowgarage.com/), and the Southwest Research Institute (SwRI) (http://www.swri.org/). The ROS-I was founded by Shaun Edwards in January 2012.

Later, in March 2013, the ROS-I Consortium Americas and ROS-I Consortium...