Part 3: Adding More Robotic Behaviors to Raspberry Pi Pico
Now that we’ve seen some sensors, we can add more interesting robot behaviors. We will learn robot algorithms to make more use of the distance sensors and encoders. Then we introduce the Inertial Measurement unit. Finally, we will look at how to use the sensors to locate a robot in a known space.
This part contains the following chapters:
- Chapter 10, Using the PID Algorithm to Follow Walls
- Chapter 11, Controlling Motion with Encoders on Raspberry Pi Pico
- Chapter 12, Detecting Orientation with an IMU on Raspberry Pi Pico
- Chapter 13, Determining Position using Monte Carlo Localization
- Chapter 14, Continuing Your Journey – Your Next Robot