KodlabPenn / kodlab_mjbots_sdk

Repo for kodlab SDK for use with mjbots ecosystem
Other
8 stars 7 forks source link

PID controller class #74

Open chandravaran opened 2 years ago

chandravaran commented 2 years ago

Introduces a PIDController class. This is a new feature. Addresses #63 .

Change List

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.

bosky2001 commented 1 year ago
  1. Added Vector PID class.
  2. Implemented integral windup and PID class.
  3. Addressed most style and implementation comments
bosky2001 commented 1 year ago

Separated the classes into different files.

cascade

pid