Skip to content

Python examples of implementing Robot PID control

Notifications You must be signed in to change notification settings

KentNeal/RobotPID

 
 

Repository files navigation

ROBOT PID Example

Martin O'Hanlon

Files

  • encoder.py - tests the robots encoders and determine sample rate
  • quadratureencoder.py - an example implementation of a quadrature encoder
  • proportional.py - proportional (P) control
  • derivative.py - proportional and derivative (PD) control
  • integral.py - proportional, integral and derivative (PID) control
  • mock/* - code created to test the PID implementation - left in purely for interest

About

Python examples of implementing Robot PID control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%