Book Image

Learning ROS for Robotics Programming Second Edition

Book Image

Learning ROS for Robotics Programming Second Edition

Overview of this book

Table of Contents (27 chapters)
Learning ROS for Robotics Programming Second Edition
Credits
About the Author
Acknowledgments
About the Author
Acknowledgments
About the Author
Acknowledgments
About the Author
Acknowledgments
About the Reviewer
About the Reviewer
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


The use of sensors and actuators in robotics is very important since this is the only way to interact with the real world. In this chapter, you learned how to use, configure, and investigate further how certain common sensors and actuators work, which are used by a number of people in the world of robotics. We are sure that if you wish to use another type of sensor, you will find information on the Internet and in the ROS documentation about how to use it without problems.

In our opinion, Arduino is a very interesting device because you can add more devices and cheap sensors to your computer with it and use them within the ROS framework easily and transparently. Arduino has a large community and you can find information on many sensors, which cover the spectrum of applications you can imagine.

Finally, we must mention that the range laser will be a very useful sensor in the upcoming chapters. The reason is that it is a mandatory device to implement the navigation stack, which relies...