|
ME 405 Term Project
|
Classes | |
| class | ClosedLoop |
@file closed_loop.py @brief Proportional-Integral (PI) controller for velocity control in rad/s. This module defines a ClosedLoop class that implements a PI controller for velocity control of a motor. It includes methods to reset the controller state and compute the control output based on feedback velocity and battery voltage for droop compensation.