DrivePathFollower

public interface DrivePathFollower implements DriveComponent

Functions

Link copied to clipboard
public Command followerPath(Path path)

Returns a Command that follows the provided path.

Link copied to clipboard

Returns the path currently being followed by this drive, if any.

Link copied to clipboard
public abstract PathFollower getPathFollower()
Link copied to clipboard
public PathBuilder pathBuilder(Angle startTangent)
public PathBuilder pathBuilder(Boolean reversed)

Returns a PathBuilder with the constraints of this drive.