PathFollower
abstract class PathFollower @JvmOverloads constructor(val admissibleError: Pose2d, val clock: NanoClock = NanoClock.system)
Generic Path follower for time-independent pose reference tracking.
Parameters
clock
clock
Inheritors
Properties
Functions
Link copied to clipboard
Follow the given path.
Link copied to clipboard
Link copied to clipboard
Returns false if the current path has finished executing.
Link copied to clipboard
Run a single iteration of the path follower.