ME 405 Term Project
Loading...
Searching...
No Matches
closed_loop Namespace Reference

Classes

class  ClosedLoop

Detailed Description

@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.