Book Image

ROS Robotics Projects

Book Image

ROS Robotics Projects

Overview of this book

Robot Operating System is one of the most widely used software frameworks for robotic research and for companies to model, simulate, and prototype robots. Applying your knowledge of ROS to actual robotics is much more difficult than people realize, but this title will give you what you need to create your own robotics in no time! This book is packed with over 14 ROS robotics projects that can be prototyped without requiring a lot of hardware. The book starts with an introduction of ROS and its installation procedure. After discussing the basics, you’ll be taken through great projects, such as building a self-driving car, an autonomous mobile robot, and image recognition using deep learning and ROS. You can find ROS robotics applications for beginner, intermediate, and expert levels inside! This book will be the perfect companion for a robotics enthusiast who really wants to do something big in the field.
Table of Contents (20 chapters)
ROS Robotics Projects
Credits
About the Author
Acknowledgements
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Chapter 11. Teleoperating a Robot Using a VR Headset and Leap Motion

The term virtual reality is gaining popularity nowadays, even though it started long ago. The concept of virtual reality began in the 1950s as science fiction, but it took 60 years to become more popular and acceptable. Why it is more popular now? The answer is the availability of cheap computing. Before, a virtual reality headset was very expensive. Now, we can build one for $5. You may have heard about Google Cardboard, which is the cheapest virtual reality headset available currently, and there are many upcoming models based on it. Now we only need a good smartphone and cheap virtual reality (VR) headset to get the virtual reality experience. There are also high-end VR headsets such as the Oculus Rift and HTC Vive that have a high frame rate and response.

In this chapter, we will discuss a ROS project in which we can control a robot using a Leap Motion sensor and experience the robot environment using a virtual reality...