GVFFollower
constructor(maxVel: Double, maxAccel: Double, maxDecel: Double, maxAngVel: Angle, maxAngAccel: Angle, admissibleError: Pose2d, kN: Double, kOmega: Double, pidCoeffs: PIDCoefficients, correctionDistance: Double = 5.0, useCurvatureControl: Boolean = false, errorMapFunc: (Double) -> Double = { it }, clock: NanoClock = NanoClock.system)
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 heading velocity gain
pidCoeffs
heading PID coefficients
errorMapFunc
error map function (see GuidingVectorField)
clock
clock