As a #control #systems #engineer who works in #robotics, I sometimes see people blindly use a #PID controller design (without justification) and then attempt to tune it by trial-and-error. So, I made this little tutorial for my students: https://github.com/botprof/PID-101. Maybe others will find it useful too? There are lots of ways to tackle controller design, but I like this approach for cases when PID is the right choice.
GitHub - botprof/PID-101: This repository provides a brief introduction to PID control by using Python examples in Jupyter notebooks.
This repository provides a brief introduction to PID control by using Python examples in Jupyter notebooks. - GitHub - botprof/PID-101: This repository provides a brief introduction to PID control ...