PIDTriplet
This is a triplet of values used to set the constants of a PID controller in a separate grouping (so they can be more easily modified by other classes).
Parameters
k P
the proportional coefficient
k I
the integral coefficient
k D
the derivative coefficient