Welcome! This project demonstrates how to use a PID controller to control an RL (Resistor–Inductor) circuit and a DC-Motor, with all simulation and visualization handled in Python. Demonstration of ...
This project simulates a ball rolling on a parabolic hill (y = x²) that is automatically balanced by a PID controller. The goal is to keep the ball at a desired horizontal position (x_target) by ...