PurePursuitTask

constructor(runner: PurePursuit, path: Path)

Create a new Pure Pursuit task to follow the given constructed path.

Parameters

runner

the Pure Pursuit runner to use

path

the path to follow


constructor(runner: PurePursuit, pathMaker: PurePursuit.PathMaker)

Create a new deferred Pure Pursuit task with a path to be constructed when this task is run.

Parameters

runner

the Pure Pursuit runner to use

pathMaker

the path maker to construct the path when this task is run