Chapter 10: Steering, Throttle, and Brake Control
In this chapter, you will learn about more methods for controlling the steering, throttle, and brake using techniques from the field of control systems. If you recall Chapter 8, Behavioral Cloning, you learned how to steer a car using a neural network and camera images. While this most closely mimics how a human drives a car, it can be resource-intensive due to the computational needs of neural networks.
There are more traditional and less resource-intensive methods for controlling a vehicle. The most widely used of these is the PID (short for Proportional, Integral, Derivative) controller, which you will implement in CARLA to drive your car around the simulated town.
There is also another method ...
Get Hands-On Vision and Behavior for Self-Driving Cars now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.