Follower

class Follower(localizer: Localizer, drive: MecanumBase)

Constructors

Link copied to clipboard
constructor(localizer: Localizer, drive: MecanumBase)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun followPath(path: Path?, maxVelocity: Double = Double.MAX_VALUE)
Link copied to clipboard
fun reset()
Link copied to clipboard

Updates the follower and returns true if the path is complete.