Exercise 3: Controlling the distance to a person

Cause the vehicle to follow a person at a fixed distance. The person should walk, and may move fairly fast. If the person moves toward the vehicle, the vehicle should reverse to keep the distance constant. You may measure the distance to the person either using LIDAR, or using the size of a 2D detector box in the image. You should use a PID controller.