PID-101 icon indicating copy to clipboard operation
PID-101 copied to clipboard

This repository provides a brief introduction to PID control by using Python examples in Jupyter notebooks.

Results 1 PID-101 issues
Sort by recently updated
recently updated
newest added

It should be nice to use python-control to pass from continuos-time to discrete form v_new = v + T * 1 / MASS * (u - C_DRAG * v) https://github.com/python-control...