Controller¶
-
class
wpilib.interfaces.Controller[source]¶ Bases:
objectAn interface for controllers. Controllers run control loops, the most command are PID controllers and there variants, but this includes anything that is controlling an actuator in a separate thread.