Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 457 Bytes

README.md

File metadata and controls

executable file
·
12 lines (9 loc) · 457 Bytes

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