RamseteFollower

public final class RamseteFollower extends TrajectoryFollower

Time-varying, non-linear feedback controller for nonholonomic drives. See equation 5.12 of Ramsete01.pdf.

Parameters

b

b parameter (non-negative)

zeta

zeta parameter (on (0, 1))

admissibleError

admissible/satisfactory pose error at the end of each move

timeout

max time to wait for the error to be admissible

clock

clock

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private Pose2d lastError

Robot pose error computed in the last update call.

Functions

Link copied to clipboard

Robot pose error computed in the last update call.

Link copied to clipboard
protected DriveSignal internalUpdate(Pose2d currentPose, Pose2d currentRobotVel)
Link copied to clipboard
protected Unit setLastError(Pose2d lastError)

Robot pose error computed in the last update call.