Skip to main content Link Menu Expand (external link) Document Search Copy Copied

PidController* defaultPid

This variable holds the default PID controller for path following set in the constructor.

Example

// This will set the pid controller to use an exit distance of 0.5 inches
wc.defaultPid->settings.setExitDist(0.5);