|
Re: WPILib Mecanum Drive, PID and drift
Quote:
Originally Posted by SteveS
As I understand the PIDController class, the output (Joystick class) must have a PIDOutput member or derived from that class. Joystick has neither. How would you implement that?
|
Create a class implementing PIDOutput that does what you want.
|