Book Image

Artificial Intelligence for Robotics

By : Francis X. Govers III
Book Image

Artificial Intelligence for Robotics

By: Francis X. Govers III

Overview of this book

Artificial Intelligence for Robotics starts with an introduction to Robot Operating Systems (ROS), Python, robotic fundamentals, and the software and tools that are required to start out with robotics. You will learn robotics concepts that will be useful for making decisions, along with basic navigation skills. As you make your way through the chapters, you will learn about object recognition and genetic algorithms, which will teach your robot to identify and pick up an irregular object. With plenty of use cases throughout, you will explore natural language processing (NLP) and machine learning techniques to further enhance your robot. In the concluding chapters, you will learn about path planning and goal-oriented programming, which will help your robot prioritize tasks. By the end of this book, you will have learned to give your robot an artificial personality using simulated intelligence.
Table of Contents (13 chapters)

Chapter 2, Setting Up Your Robot

  1. Sensors mentioned in the text include:
    • Sonar sensors
    • Cameras
    • Microphones
    • Buttons
    • Analog-to-digital voltage sensors
    • Temperature via thermistors
  2. PWM stands for Pulse Width Modulation, a type of digital-to-analog control scheme where pulses are sent out that get longer based on the amount of control desired. It is commonly used to control DC motors.
  3. As the name says, analog to digital conversion (A2D) takes in an analog value, typically a voltage, and converts it into a digital value or number that the digital part of the computer can understand.
  4. As stated in the text, the subsumption architecture was originally described by Dr. Rodney Brooks, a professor at MIT who would later help found iRobot Corporation and invent the Baxter Robot. Rodney was trying to develop analogues of insect brains in order to understand how to program intelligent robots...