HolonomicGVFFollower

public final class HolonomicGVFFollower extends PathFollower

State-of-the-art path follower for holonomic drives based on the GuidingVectorField.

Parameters

maxVel

maximum velocity

maxAccel

maximum acceleration

maxDecel

maximum deceleration

admissibleError

admissible/satisfactory pose error at the end of each move

kN

normal vector weight (see GuidingVectorField)

kOmega

proportional direction velocity gain

pidCoeffs

heading PID coefficients

errorMapFunc

error map function (see GuidingVectorField)

clock

clock

Constructors

Link copied to clipboard
public HolonomicGVFFollower HolonomicGVFFollower(Double maxVel, Double maxAccel, Double maxDecel, Angle maxAngVel, Angle maxAngAccel, Pose2d admissibleError, Double kN, Double kOmega, Double kX, Double kY, PIDCoefficients pidCoeffs, Double correctionDistance, Boolean useCurvatureControl, Function1<Double, Double> errorMapFunc, NanoClock clock)
public HolonomicGVFFollower HolonomicGVFFollower(Double maxVel, Double maxAccel, Double maxDecel, Angle maxAngVel, Angle maxAngAccel, Pose2d admissibleError, Double kN, Double kOmega, Double kX, Double kY, PIDCoefficients pidCoeffs, Double correctionDistance, Boolean useCurvatureControl, Function1<Double, Double> errorMapFunc)
public HolonomicGVFFollower HolonomicGVFFollower(Double maxVel, Double maxAccel, Double maxDecel, Angle maxAngVel, Angle maxAngAccel, Pose2d admissibleError, Double kN, Double kOmega, Double kX, Double kY, PIDCoefficients pidCoeffs, Double correctionDistance, Boolean useCurvatureControl)
public HolonomicGVFFollower HolonomicGVFFollower(Double maxVel, Double maxAccel, Double maxDecel, Angle maxAngVel, Angle maxAngAccel, Pose2d admissibleError, Double kN, Double kOmega, Double kX, Double kY, PIDCoefficients pidCoeffs, Double correctionDistance)
public HolonomicGVFFollower HolonomicGVFFollower(Double maxVel, Double maxAccel, Double maxDecel, Angle maxAngVel, Angle maxAngAccel, Pose2d admissibleError, Double kN, Double kOmega, Double kX, Double kY, PIDCoefficients pidCoeffs)

Properties

Link copied to clipboard
Link copied to clipboard
public Double kN
Link copied to clipboard
Link copied to clipboard
public Double kX
Link copied to clipboard
public Double kY
Link copied to clipboard
private Pose2d lastError

Robot pose error computed in the last update call.

Link copied to clipboard
Link copied to clipboard
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
public final Unit followGVF(FollowableGVF gvf)
Link copied to clipboard
public Unit followPath(Path path)

Follow the given path.

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.