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

PurePursuit* defaultPurePursuit

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

Example

//This will set the default ramsete controller to use a lookahead of 12 inches
wc.defaultPurePursuit->settings.setFollowPathDist(12);