Close

PID Control

A project log for Remote Control Differential Drive Robot Car

A remote control differential drive robot car where the linear & angular velocities of the are controlled using a PID control system.

ghani-lawalGhani Lawal 02/07/2022 at 04:130 Comments

Added a PID Control System

Unfortunately Motor B is much less stable (oscillates for many input types) over the s-domain when compared to Motor A.  In order to to not have any unstable outputs form ramp an step inputs all PID values must be very low

Final Values:

Kp = 1.0, Ki = 1.0, Kd = 0.001

A sampling rate of 20 milliseconds was used

Discussions