Practical Robotics in C++: Build and Program Real Autonomous Robots Using Raspberry Pi

Practical Robotics in C++: Build and Program Real Autonomous Robots Using Raspberry Pi

English | 2021 | ISBN: 978-9389423464 | 506 Pages | EPUB | 10 MB

Learn how to build and program real autonomous robots

Key Features

  • Simplified coverage on fundamentals of building a robot platform.
  • Learn to program Raspberry Pi for interacting with hardware.
  • Cutting-edge coverage on autonomous motion, mapping, and path planning algorithms for advanced robotics.

Practical Robotics in C++ teaches the complete spectrum of Robotics, right from the setting up a computer for a robot controller to putting power to the wheel motors. The book brings you the workshop knowledge of the electronics, hardware, and software for building a mobile robot platform.

You will learn how to use sensors to detect obstacles, how to train your robot to build itself a map and plan an obstacle-avoiding path, and how to structure your code for modularity and interchangeability with other robot projects. Throughout the book, you can experience the demonstrations of complete coding of robotics with the use of simple and clear C++ programming.

In addition, you will explore how to leverage the Raspberry Pi GPIO hardware interface pins and existing libraries to make an incredibly capable machine on the most affordable computer platform ever.

What will you learn

  • Write code for the motor drive controller.
  • Build a Map from Lidar Data.
  • Write and implement your own autonomous path-planning algorithm.
  • Write code to send path waypoints to the motor drive controller autonomously.
  • Get to know more about robot mapping and navigation.
Homepage