Open chandravaran opened 2 years ago
Introduces a PIDController class. This is a new feature. Addresses #63 .
PIDController
Pid
This PR draft has yet to be tested.
How we should proceed in developing the templates for the abstract controller we will have and this class as well.
Separated the classes into different files.
Introduces a
PIDController
class. This is a new feature. Addresses #63 .Change List
Pid
object, a class for implementing discrete-time pid control.Upcoming Changes
Potential (Long-Term) Future Changes
Testing
This PR draft has yet to be tested.
Questions
How we should proceed in developing the templates for the abstract controller we will have and this class as well.