Book Image

ROS Robotics By Example

Book Image

ROS Robotics By Example

Overview of this book

The visionaries who created ROS developed a framework for robotics centered on the commonality of robotic systems and exploited this commonality in ROS to expedite the development of future robotic systems. From the fundamental concepts to advanced practical experience, this book will provide you with an incremental knowledge of the ROS framework, the backbone of the robotics evolution. ROS standardizes many layers of robotics functionality from low-level device drivers to process control to message passing to software package management. This book provides step-by-step examples of mobile, armed, and flying robots, describing the ROS implementation as the basic model for other robots of these types. By controlling these robots, whether in simulation or in reality, you will use ROS to drive, move, and fly robots using ROS control.
Table of Contents (17 chapters)
ROS Robotics By Example
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Chapter 10. Extending Your ROS Abilities

Throughout this book, we have taught you ROS through examples using real robots. These robots are available in simulation, so purchasing a robot is not required. Through simulation and step-by-step instructions, the concepts of ROS have been taken from description to implementation in order to make the advantages of ROS tangible in your understanding.

The purpose of this final chapter is to spark your imagination by delving into some of the more entertaining applications of ROS. At the same time, we will identify the resources for you to gain full understanding of the subject matter. The topics selected are introduced to entice further exploration of ROS. If your imagination is stimulated to eagerly anticipate additional capabilities for your robot, our mission is complete.

In this chapter, we will introduce the following:

  • Voice control of a robot

  • Making a robot speak

  • Enabling a robot to recognize faces

Again, never fear. If you do not own a robot using...