PIDVController
Constructs a PIDVController with the specified PID constants and velocity term.
Parameters
kp
The proportional gain.
ki
The integral gain.
kd
The derivative gain.
k V
The velocity term.
Constructs a PIDVController by copying the PID constants from an existing PIDController and adding a velocity term.
Parameters
controller
The existing PIDController to copy.
k V
The velocity term.