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

Introducing Crazyflie 2.0


Crazyflie is a quadrotor that is classified as a micro air vehicle (MAV), as it only weighs 27 grams and can fit in your hand. It was developed and manufactured by Bitcraze AB and comes as a kit—ready to assemble with no soldering required. The designers of Crazyflie wanted to build a small flying electronic board that had minimal mechanical parts. They provide it and support it as an open source development platform, encouraging others to contribute to both Crazyflie hardware and software development. For this book, the Crazyflie 2.0 model was used for testing purposes, but the Crazyflie ROS software indicates that it is compatible with both Crazyflie 1.0 and 2.0 models embedded with stock firmware. The Crazyflie 2.0 model is shown in the following figure and is the model referred to in the rest of this chapter:

Crazyflie 2.0

The size of the assembled Crazyflie is 92 mm (3.6 inches) square motor to motor and 29 mm (1.1 inches) high.

The Crazyflie 2.0 system design...