PIDOutput¶
-
class
wpilib.interfaces.PIDOutput[source]¶ Bases:
objectThis interface allows
PIDControllerto write its results to its output.-
pidWrite(output)[source]¶ Set the output to the value calculated by
PIDController.Parameters: output – the value calculated by PIDController
-