PIDOutput

class wpilib.interfaces.PIDOutput[source]

Bases: builtins.object

This interface allows PIDController to 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